#9B3B02

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

Shades of Saddle Brown #9B3B02

Tints of Saddle Brown #9B3B02

Color information

#9B3B02 (or 0x9B3B02) is unknown color: approx Saddle Brown. HEX triplet: 9B, 3B and 02. RGB value is (155,59,2). Sum of RGB (Red+Green+Blue) = 155+59+2=216 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.76% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3B02 is #64C4FD. Grayscale: #515151. Windows color (decimal): -6604030 or 146331. OLE color: 146331.

HSL color Cylindrical-coordinate representation of color #9B3B02: hue angle of 22.35º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B3B02 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB155592-
CMYK00.620.990.39
HSL22.35º97.45%30.78%-
HSV(B)22.35º98.71%60.78%-
XYZ15.0910.11.21-
YUV81.2183.3180.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 71.76%
GREEN value IS 59 (23.44% from 255) = 27.31%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=71.76%
G=27.31%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15559200.620.990.3922.3597.4530.78
Hex9B3B203E632716611f
Octal233732076143472614137
Binary10011011111011100111110110001110011110110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,59,2); }

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

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

 a { background-color: rgb(155,59,2); }

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

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

 span { border-color: rgb(155,59,2); }

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