#9D5C0E

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

Shades of Golden Brown #9D5C0E

Tints of Golden Brown #9D5C0E

Color information

#9D5C0E (or 0x9D5C0E) is unknown color: approx Golden Brown. HEX triplet: 9D, 5C and 0E. RGB value is (157,92,14). Sum of RGB (Red+Green+Blue) = 157+92+14=263 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.70% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5C0E is #62A3F1. Grayscale: #666666. Windows color (decimal): -6464498 or 941213. OLE color: 941213.

HSL color Cylindrical-coordinate representation of color #9D5C0E: hue angle of 32.73º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D5C0E is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB1579214-
CMYK00.410.910.38
HSL32.73º83.63%33.53%-
HSV(B)32.73º91.08%61.57%-
XYZ17.8114.852.34-
YUV102.5478.03166.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.70%
GREEN value IS 92 (36.33% from 255) = 34.98%
BLUE value IS 14 (5.86% from 255) = 5.32%
R=59.70%
G=34.98%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157921400.410.910.3832.7383.6333.53
Hex9D5CE0295B26215422
Octal23513416051133464112442
Binary1001110110111001110010100110110111001101000011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,92,14); }

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

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

 a { background-color: rgb(157,92,14); }

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

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

 span { border-color: rgb(157,92,14); }

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