Html Css Color HEX #9C7B14 Hacienda

📋 copy color: '#9C7B14'

red 156 ◦ green 123 ◦ blue 20

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

Shades of Hacienda #9C7B14

Tints of Hacienda #9C7B14

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.14%

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

R = 52.17%
G = 41.14%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9C7B14 (or 0x9C7B14) is known color: Hacienda. HEX triplet: 9C, 7B and 14. RGB value is (156,123,20). Sum of RGB (Red+Green+Blue) = 156+123+20=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7B14 is #6384EB. Grayscale: #797979. Windows color (decimal): -6522092 or 1342364. OLE color: 1342364.

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

Color convert

RGB 156 123 20 -
CMYK 0 0.21 0.87 0.39
HSL 45.44º 0.77% 0.35% -
HSV(B) 45.44º 0.87% 0.61% -
XYZ 20.92 21.28 3.67 -
YUV 121.13 70.93 152.88 -
System Red Green Blue C M Y K H S L
Decimal 156 123 20 0 0.21 0.87 0.39 45.44 0.77 0.35
Hex 9C 7B 14 0 15 57 27 2D 4D 23
Octal 234 173 24 0 25 127 47 55 115 43
Binary 10011100 1111011 10100 0 10101 1010111 100111 101101 1001101 100011

Color Harmonies of #9C7B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7B14

Black with #9C7B14

Text Example


Text Example

White with #9C7B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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