#9D7308

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

Shades of Golden Brown #9D7308

Tints of Golden Brown #9D7308

Color information

#9D7308 (or 0x9D7308) is unknown color: approx Golden Brown. HEX triplet: 9D, 73 and 08. RGB value is (157,115,8). Sum of RGB (Red+Green+Blue) = 157+115+8=280 (37% of max value = 765). Red value is 157 (61.72% from 255 or 56.07% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7308 is #628CF7. Grayscale: #737373. Windows color (decimal): -6458616 or 553885. OLE color: 553885.

HSL color Cylindrical-coordinate representation of color #9D7308: hue angle of 43.09º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D7308 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB1571158-
CMYK00.270.950.38
HSL43.09º90.3%32.35%-
HSV(B)43.09º94.9%61.57%-
XYZ20.0819.452.93-
YUV115.3667.41157.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.07%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 8 (3.52% from 255) = 2.86%
R=56.07%
G=41.07%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157115800.270.950.3843.0990.332.35
Hex9D73801B5F262b5a20
Octal23516310033137465313240
Binary100111011110011100001101110111111001101010111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,115,8); }

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

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

 a { background-color: rgb(157,115,8); }

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

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

 span { border-color: rgb(157,115,8); }

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