#9B5F1E

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

Shades of Golden Brown #9B5F1E

Tints of Golden Brown #9B5F1E

Color information

#9B5F1E (or 0x9B5F1E) is unknown color: approx Golden Brown. HEX triplet: 9B, 5F and 1E. RGB value is (155,95,30). Sum of RGB (Red+Green+Blue) = 155+95+30=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5F1E is #64A0E1. Grayscale: #696969. Windows color (decimal): -6594786 or 1990555. OLE color: 1990555.

HSL color Cylindrical-coordinate representation of color #9B5F1E: hue angle of 31.2º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B5F1E is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB1559530-
CMYK00.390.810.39
HSL31.2º67.57%36.27%-
HSV(B)31.2º80.65%60.78%-
XYZ17.8415.253.23-
YUV105.5385.38163.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.36%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 30 (12.11% from 255) = 10.71%
R=55.36%
G=33.93%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155953000.390.810.3931.267.5736.27
Hex9B5F1E02751271f4424
Octal23313736047121473710444
Binary1001101110111111111001001111010001100111111111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,95,30); }

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

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

 a { background-color: rgb(155,95,30); }

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

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

 span { border-color: rgb(155,95,30); }

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