#9D5A0D

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

Shades of Golden Brown #9D5A0D

Tints of Golden Brown #9D5A0D

Color information

#9D5A0D (or 0x9D5A0D) is unknown color: approx Golden Brown. HEX triplet: 9D, 5A and 0D. RGB value is (157,90,13). Sum of RGB (Red+Green+Blue) = 157+90+13=260 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.38% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5A0D is #62A5F2. Grayscale: #656565. Windows color (decimal): -6465011 or 875165. OLE color: 875165.

HSL color Cylindrical-coordinate representation of color #9D5A0D: hue angle of 32.08º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D5A0D is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB1579013-
CMYK00.430.920.38
HSL32.08º84.71%33.33%-
HSV(B)32.08º91.72%61.57%-
XYZ17.6314.512.25-
YUV101.2678.2167.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.38%
GREEN value IS 90 (35.55% from 255) = 34.62%
BLUE value IS 13 (5.47% from 255) = 5%
R=60.38%
G=34.62%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157901300.430.920.3832.0884.7133.33
Hex9D5AD02B5C26205521
Octal23513215053134464012541
Binary1001110110110101101010101110111001001101000001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,90,13); }

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

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

 a { background-color: rgb(157,90,13); }

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

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

 span { border-color: rgb(157,90,13); }

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