#9B3E10

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

Shades of Saddle Brown #9B3E10

Tints of Saddle Brown #9B3E10

Color information

#9B3E10 (or 0x9B3E10) is unknown color: approx Saddle Brown. HEX triplet: 9B, 3E and 10. RGB value is (155,62,16). Sum of RGB (Red+Green+Blue) = 155+62+16=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3E10 is #64C1EF. Grayscale: #545454. Windows color (decimal): -6603248 or 1064603. OLE color: 1064603.

HSL color Cylindrical-coordinate representation of color #9B3E10: hue angle of 19.86º 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 #9B3E10 is Cyan = 0, Magento = 0.6, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1556216-
CMYK00.60.900.39
HSL19.86º81.29%33.53%-
HSV(B)19.86º89.68%60.78%-
XYZ15.3310.451.7-
YUV84.5689.31178.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 66.52%
GREEN value IS 62 (24.61% from 255) = 26.61%
BLUE value IS 16 (6.64% from 255) = 6.87%
R=66.52%
G=26.61%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155621600.60.900.3919.8681.2933.53
Hex9B3E1003C5A27145122
Octal2337620074132472412142
Binary100110111111101000001111001011010100111101001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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