#9C801D

Color #9C801D Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #9C801D

Tints of Hacienda #9C801D

Color information

#9C801D (or 0x9C801D) is unknown color: approx Hacienda. HEX triplet: 9C, 80 and 1D. RGB value is (156,128,29). Sum of RGB (Red+Green+Blue) = 156+128+29=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C801D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C801D is #637FE2. Grayscale: #7D7D7D. Windows color (decimal): -6520803 or 1933468. OLE color: 1933468.

HSL color Cylindrical-coordinate representation of color #9C801D: hue angle of 46.77º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C801D is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB15612829-
CMYK00.180.810.39
HSL46.77º68.65%36.27%-
HSV(B)46.77º81.41%61.18%-
XYZ21.6522.594.38-
YUV125.0973.78150.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.84%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 29 (11.72% from 255) = 9.27%
R=49.84%
G=40.89%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561282900.180.810.3946.7768.6536.27
Hex9C801D01251272f4524
Octal23420035022121475710544
Binary10011100100000001110101001010100011001111011111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C801D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,128,29); }

 H1.HeaderClassName
 {
   color: #9C801D;
 }
 .AnyTagClassName
 {
   color: #9C801D;
 }
</style>
background-color css

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

 a { background-color: rgb(156,128,29); }

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

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

 span { border-color: rgb(156,128,29); }

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