#9B5C0E

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

Shades of Golden Brown #9B5C0E

Tints of Golden Brown #9B5C0E

Color information

#9B5C0E (or 0x9B5C0E) is unknown color: approx Golden Brown. HEX triplet: 9B, 5C and 0E. RGB value is (155,92,14). Sum of RGB (Red+Green+Blue) = 155+92+14=261 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.39% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5C0E is #64A3F1. Grayscale: #666666. Windows color (decimal): -6595570 or 941211. OLE color: 941211.

HSL color Cylindrical-coordinate representation of color #9B5C0E: hue angle of 33.19º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B5C0E is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB1559214-
CMYK00.410.910.39
HSL33.19º83.43%33.14%-
HSV(B)33.19º90.97%60.78%-
XYZ17.4214.652.33-
YUV101.9478.37165.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.39%
GREEN value IS 92 (36.33% from 255) = 35.25%
BLUE value IS 14 (5.86% from 255) = 5.36%
R=59.39%
G=35.25%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155921400.410.910.3933.1983.4333.14
Hex9B5CE0295B27215321
Octal23313416051133474112341
Binary1001101110111001110010100110110111001111000011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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