Html Css Color HEX #9C7828 Hacienda

📋 copy color: '#9C7828'

red 156 ◦ green 120 ◦ blue 40

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

Shades of Hacienda #9C7828

Tints of Hacienda #9C7828

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.97%

 BLUE value IS 40 (16.02% from 255) = 12.66%

R = 49.37%
G = 37.97%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9C7828 (or 0x9C7828) is known color: Hacienda. HEX triplet: 9C, 78 and 28. RGB value is (156,120,40). Sum of RGB (Red+Green+Blue) = 156+120+40=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7828 is #6387D7. Grayscale: #7A7A7A. Windows color (decimal): -6522840 or 2652316. OLE color: 2652316.

HSL color Cylindrical-coordinate representation of color #9C7828: hue angle of 41.38º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C7828 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 120 40 -
CMYK 0 0.23 0.74 0.39
HSL 41.38º 0.59% 0.38% -
HSV(B) 41.38º 0.74% 0.61% -
XYZ 20.81 20.65 4.9 -
YUV 121.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 156 120 40 0 0.23 0.74 0.39 41.38 0.59 0.38
Hex 9C 78 28 0 17 4A 27 29 3B 26
Octal 234 170 50 0 27 112 47 51 73 46
Binary 10011100 1111000 101000 0 10111 1001010 100111 101001 111011 100110

Color Harmonies of #9C7828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7828

Black with #9C7828

Text Example


Text Example

White with #9C7828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,120,40); }

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

background-color css

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

 a { background-color: rgb(156,120,40); }

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

border-color css

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

 span { border-color: rgb(156,120,40); }

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