#9C7D27

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

Shades of Hacienda #9C7D27

Tints of Hacienda #9C7D27

Color information

#9C7D27 (or 0x9C7D27) is unknown color: approx Hacienda. HEX triplet: 9C, 7D and 27. RGB value is (156,125,39). Sum of RGB (Red+Green+Blue) = 156+125+39=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7D27 is #6382D8. Grayscale: #7C7C7C. Windows color (decimal): -6521561 or 2588060. OLE color: 2588060.

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

Color convert

RGB15612539-
CMYK00.200.750.39
HSL44.1º60%38.24%-
HSV(B)44.1º75%61.18%-
XYZ21.4121.885.01-
YUV124.4679.77150.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.75%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 39 (15.62% from 255) = 12.19%
R=48.75%
G=39.06%
B=12.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561253900.200.750.3944.16038.24
Hex9C7D270144B272c3c26
Octal2341754702411347547446
Binary1001110011111011001110101001001011100111101100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,125,39); }

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

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

 a { background-color: rgb(156,125,39); }

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

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

 span { border-color: rgb(156,125,39); }

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