#9D7E1A

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

Shades of Hacienda #9D7E1A

Tints of Hacienda #9D7E1A

Color information

#9D7E1A (or 0x9D7E1A) is unknown color: approx Hacienda. HEX triplet: 9D, 7E and 1A. RGB value is (157,126,26). Sum of RGB (Red+Green+Blue) = 157+126+26=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7E1A is #6281E5. Grayscale: #7C7C7C. Windows color (decimal): -6455782 or 1736349. OLE color: 1736349.

HSL color Cylindrical-coordinate representation of color #9D7E1A: hue angle of 45.8º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D7E1A is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB15712626-
CMYK00.200.830.38
HSL45.8º71.58%35.88%-
HSV(B)45.8º83.44%61.57%-
XYZ21.5522.164.12-
YUV123.8772.77151.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.81%
GREEN value IS 126 (49.61% from 255) = 40.78%
BLUE value IS 26 (10.55% from 255) = 8.41%
R=50.81%
G=40.78%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571262600.200.830.3845.871.5835.88
Hex9D7E1A01453262e4824
Octal23517632024123465611044
Binary1001110111111101101001010010100111001101011101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,126,26); }

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

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

 a { background-color: rgb(157,126,26); }

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

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

 span { border-color: rgb(157,126,26); }

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