#9B5110

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

Shades of Saddle Brown #9B5110

Tints of Saddle Brown #9B5110

Color information

#9B5110 (or 0x9B5110) is unknown color: approx Saddle Brown. HEX triplet: 9B, 51 and 10. RGB value is (155,81,16). Sum of RGB (Red+Green+Blue) = 155+81+16=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5110 is #64AEEF. Grayscale: #606060. Windows color (decimal): -6598384 or 1069467. OLE color: 1069467.

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

Color convert

RGB1558116-
CMYK00.480.900.39
HSL28.06º81.29%33.53%-
HSV(B)28.06º89.68%60.78%-
XYZ16.5512.892.11-
YUV95.7283.02170.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.51%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 16 (6.64% from 255) = 6.35%
R=61.51%
G=32.14%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155811600.480.900.3928.0681.2933.53
Hex9B51100305A271c5122
Octal23312120060132473412142
Binary1001101110100011000001100001011010100111111001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,81,16); }

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

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

 a { background-color: rgb(155,81,16); }

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

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

 span { border-color: rgb(155,81,16); }

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