Html Css Color HEX #9C7E19 Hacienda

📋 copy color: '#9C7E19'

red 156 ◦ green 126 ◦ blue 25

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

Shades of Hacienda #9C7E19

Tints of Hacienda #9C7E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.14%

R = 50.81%
G = 41.04%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9C7E19 (or 0x9C7E19) is known color: Hacienda. HEX triplet: 9C, 7E and 19. RGB value is (156,126,25). Sum of RGB (Red+Green+Blue) = 156+126+25=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7E19 is #6381E6. Grayscale: #7B7B7B. Windows color (decimal): -6521319 or 1670812. OLE color: 1670812.

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

Color convert

RGB 156 126 25 -
CMYK 0 0.19 0.84 0.39
HSL 46.26º 0.72% 0.35% -
HSV(B) 46.26º 0.84% 0.61% -
XYZ 21.35 22.06 4.05 -
YUV 123.46 72.44 151.21 -
System Red Green Blue C M Y K H S L
Decimal 156 126 25 0 0.19 0.84 0.39 46.26 0.72 0.35
Hex 9C 7E 19 0 13 54 27 2E 48 23
Octal 234 176 31 0 23 124 47 56 110 43
Binary 10011100 1111110 11001 0 10011 1010100 100111 101110 1001000 100011

Color Harmonies of #9C7E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7E19

Black with #9C7E19

Text Example


Text Example

White with #9C7E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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