Html Css Color HEX #747232 Crete

📋 copy color: '#747232'

red 116 ◦ green 114 ◦ blue 50

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

Shades of Crete #747232

Tints of Crete #747232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.71%

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 41.43%
G = 40.71%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#747232 (or 0x747232) is known color: Crete. HEX triplet: 74, 72 and 32. RGB value is (116,114,50). Sum of RGB (Red+Green+Blue) = 116+114+50=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #747232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747232 is #8B8DCD. Grayscale: #6B6B6B. Windows color (decimal): -9145806 or 3306100. OLE color: 3306100.

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

Color convert

RGB 116 114 50 -
CMYK 0 0.02 0.57 0.55
HSL 58.18º 0.4% 0.33% -
HSV(B) 58.18º 0.57% 0.45% -
XYZ 13.8 15.98 5.37 -
YUV 107.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 116 114 50 0 0.02 0.57 0.55 58.18 0.4 0.33
Hex 74 72 32 0 2 39 37 3A 28 21
Octal 164 162 62 0 2 71 67 72 50 41
Binary 1110100 1110010 110010 0 10 111001 110111 111010 101000 100001

Color Harmonies of #747232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747232

Black with #747232

Text Example


Text Example

White with #747232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747232; }

 p { color: rgb(116,114,50); }

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

background-color css

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

 a { background-color: rgb(116,114,50); }

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

border-color css

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

 span { border-color: rgb(116,114,50); }

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