Html Css Color HEX #9C7E18 Hacienda

📋 copy color: '#9C7E18'

red 156 ◦ green 126 ◦ blue 24

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

Shades of Hacienda #9C7E18

Tints of Hacienda #9C7E18

RGB

 RED value IS 156 (61.33% from 255) = 50.98%

 GREEN value IS 126 (49.61% from 255) = 41.18%

 BLUE value IS 24 (9.77% from 255) = 7.84%

R = 50.98%
G = 41.18%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9C7E18 (or 0x9C7E18) is known color: Hacienda. HEX triplet: 9C, 7E and 18. RGB value is (156,126,24). Sum of RGB (Red+Green+Blue) = 156+126+24=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7E18 is #6381E7. Grayscale: #7B7B7B. Windows color (decimal): -6521320 or 1605276. OLE color: 1605276.

HSL color Cylindrical-coordinate representation of color #9C7E18: hue angle of 46.36º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C7E18 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 126 24 -
CMYK 0 0.19 0.85 0.39
HSL 46.36º 0.73% 0.35% -
HSV(B) 46.36º 0.85% 0.61% -
XYZ 21.34 22.06 4 -
YUV 123.34 71.94 151.29 -
System Red Green Blue C M Y K H S L
Decimal 156 126 24 0 0.19 0.85 0.39 46.36 0.73 0.35
Hex 9C 7E 18 0 13 55 27 2E 49 23
Octal 234 176 30 0 23 125 47 56 111 43
Binary 10011100 1111110 11000 0 10011 1010101 100111 101110 1001001 100011

Color Harmonies of #9C7E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7E18

Black with #9C7E18

Text Example


Text Example

White with #9C7E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C7E18; }

 p { color: rgb(156,126,24); }

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

background-color css

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

 a { background-color: rgb(156,126,24); }

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

border-color css

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

 span { border-color: rgb(156,126,24); }

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