#9D7823

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

Shades of Hacienda #9D7823

Tints of Hacienda #9D7823

Color information

#9D7823 (or 0x9D7823) is unknown color: approx Hacienda. HEX triplet: 9D, 78 and 23. RGB value is (157,120,35). Sum of RGB (Red+Green+Blue) = 157+120+35=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7823 is #6287DC. Grayscale: #797979. Windows color (decimal): -6457309 or 2324637. OLE color: 2324637.

HSL color Cylindrical-coordinate representation of color #9D7823: hue angle of 41.8º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D7823 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB15712035-
CMYK00.240.780.38
HSL41.8º63.54%37.65%-
HSV(B)41.8º77.71%61.57%-
XYZ20.9220.724.49-
YUV121.3779.26153.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.32%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 35 (14.06% from 255) = 11.22%
R=50.32%
G=38.46%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571203500.240.780.3841.863.5437.65
Hex9D78230184E262a4026
Octal23517043030116465210046
Binary10011101111100010001101100010011101001101010101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,120,35); }

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

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

 a { background-color: rgb(157,120,35); }

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

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

 span { border-color: rgb(157,120,35); }

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