#9D710E

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

Shades of Golden Brown #9D710E

Tints of Golden Brown #9D710E

Color information

#9D710E (or 0x9D710E) is unknown color: approx Golden Brown. HEX triplet: 9D, 71 and 0E. RGB value is (157,113,14). Sum of RGB (Red+Green+Blue) = 157+113+14=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D710E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D710E is #628EF1. Grayscale: #737373. Windows color (decimal): -6459122 or 946589. OLE color: 946589.

HSL color Cylindrical-coordinate representation of color #9D710E: hue angle of 41.54º 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 #9D710E is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB15711314-
CMYK00.280.910.38
HSL41.54º83.63%33.53%-
HSV(B)41.54º91.08%61.57%-
XYZ19.8919.013.04-
YUV114.8771.08158.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.28%
GREEN value IS 113 (44.53% from 255) = 39.79%
BLUE value IS 14 (5.86% from 255) = 4.93%
R=55.28%
G=39.79%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571131400.280.910.3841.5483.6333.53
Hex9D71E01C5B262a5422
Octal23516116034133465212442
Binary100111011110001111001110010110111001101010101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D710E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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