#9B3602

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

Shades of Saddle Brown #9B3602

Tints of Saddle Brown #9B3602

Color information

#9B3602 (or 0x9B3602) is unknown color: approx Saddle Brown. HEX triplet: 9B, 36 and 02. RGB value is (155,54,2). Sum of RGB (Red+Green+Blue) = 155+54+2=211 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.46% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3602 is #64C9FD. Grayscale: #4E4E4E. Windows color (decimal): -6605310 or 145051. OLE color: 145051.

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

Color convert

RGB155542-
CMYK00.650.990.39
HSL20.39º97.45%30.78%-
HSV(B)20.39º98.71%60.78%-
XYZ14.859.611.13-
YUV78.2784.96182.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 73.46%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=73.46%
G=25.59%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15554200.650.990.3920.3997.4530.78
Hex9B362041632714611f
Octal2336620101143472414137
Binary100110111101101001000001110001110011110100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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