Html Css Color HEX #9C7E14 Hacienda

📋 copy color: '#9C7E14'

red 156 ◦ green 126 ◦ blue 20

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

Shades of Hacienda #9C7E14

Tints of Hacienda #9C7E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.62%

R = 51.66%
G = 41.72%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9C7E14 (or 0x9C7E14) is known color: Hacienda. HEX triplet: 9C, 7E and 14. RGB value is (156,126,20). Sum of RGB (Red+Green+Blue) = 156+126+20=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7E14 is #6381EB. Grayscale: #7B7B7B. Windows color (decimal): -6521324 or 1343132. OLE color: 1343132.

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

Color convert

RGB 156 126 20 -
CMYK 0 0.19 0.87 0.39
HSL 46.76º 0.77% 0.35% -
HSV(B) 46.76º 0.87% 0.61% -
XYZ 21.3 22.04 3.79 -
YUV 122.89 69.94 151.62 -
System Red Green Blue C M Y K H S L
Decimal 156 126 20 0 0.19 0.87 0.39 46.76 0.77 0.35
Hex 9C 7E 14 0 13 57 27 2F 4D 23
Octal 234 176 24 0 23 127 47 57 115 43
Binary 10011100 1111110 10100 0 10011 1010111 100111 101111 1001101 100011

Color Harmonies of #9C7E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7E14

Black with #9C7E14

Text Example


Text Example

White with #9C7E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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