Html Css Color HEX #747133 Crete

📋 copy color: '#747133'

red 116 ◦ green 113 ◦ blue 51

#747133
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #747133

Tints of Crete #747133

RGB

 RED value IS 116 (45.7% from 255) = 41.43%

 GREEN value IS 113 (44.53% from 255) = 40.36%

 BLUE value IS 51 (20.31% from 255) = 18.21%

R = 41.43%
G = 40.36%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#747133 (or 0x747133) is known color: Crete. HEX triplet: 74, 71 and 33. RGB value is (116,113,51). Sum of RGB (Red+Green+Blue) = 116+113+51=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #747133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747133 is #8B8ECC. Grayscale: #6B6B6B. Windows color (decimal): -9146061 or 3371380. OLE color: 3371380.

HSL color Cylindrical-coordinate representation of color #747133: hue angle of 57.23º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #747133 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 51 -
CMYK 0 0.03 0.56 0.55
HSL 57.23º 0.39% 0.33% -
HSV(B) 57.23º 0.56% 0.45% -
XYZ 13.71 15.76 5.45 -
YUV 106.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 116 113 51 0 0.03 0.56 0.55 57.23 0.39 0.33
Hex 74 71 33 0 3 38 37 39 27 21
Octal 164 161 63 0 3 70 67 71 47 41
Binary 1110100 1110001 110011 0 11 111000 110111 111001 100111 100001

Color Harmonies of #747133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747133

Black with #747133

Text Example


Text Example

White with #747133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747133; }

 p { color: rgb(116,113,51); }

 H1.HeaderClassName
 {
   color: #747133;
 }
 .AnyTagClassName
 {
   color: #747133;
 }
</style>

background-color css

<style>
 a { background-color: #747133; }

 a { background-color: rgb(116,113,51); }

 div.DivClassName
 {
   background-color: #747133;
 }
 .BgClassName
 {
   background-color: #747133;
 }
</style>

border-color css

<style>
 span { border-color: #747133; }

 span { border-color: rgb(116,113,51); }

 td.TdClassName
 {
   border-color: #747133;
 }
 .TagClassName
 {
   border-color: #747133;
 }
</style>