Html Css Color HEX #9C7A14 Hacienda

📋 copy color: '#9C7A14'

red 156 ◦ green 122 ◦ blue 20

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

Shades of Hacienda #9C7A14

Tints of Hacienda #9C7A14

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.94%

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

R = 52.35%
G = 40.94%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9C7A14 (or 0x9C7A14) is known color: Hacienda. HEX triplet: 9C, 7A and 14. RGB value is (156,122,20). Sum of RGB (Red+Green+Blue) = 156+122+20=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7A14 is #6385EB. Grayscale: #787878. Windows color (decimal): -6522348 or 1342108. OLE color: 1342108.

HSL color Cylindrical-coordinate representation of color #9C7A14: hue angle of 45º 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 #9C7A14 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 122 20 -
CMYK 0 0.22 0.87 0.39
HSL 45º 0.77% 0.35% -
HSV(B) 45º 0.87% 0.61% -
XYZ 20.8 21.04 3.63 -
YUV 120.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 156 122 20 0 0.22 0.87 0.39 45 0.77 0.35
Hex 9C 7A 14 0 16 57 27 2D 4D 23
Octal 234 172 24 0 26 127 47 55 115 43
Binary 10011100 1111010 10100 0 10110 1010111 100111 101101 1001101 100011

Color Harmonies of #9C7A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7A14

Black with #9C7A14

Text Example


Text Example

White with #9C7A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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