#9B3C02

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

Shades of Saddle Brown #9B3C02

Tints of Saddle Brown #9B3C02

Color information

#9B3C02 (or 0x9B3C02) is unknown color: approx Saddle Brown. HEX triplet: 9B, 3C and 02. RGB value is (155,60,2). Sum of RGB (Red+Green+Blue) = 155+60+2=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3C02 is #64C3FD. Grayscale: #525252. Windows color (decimal): -6603774 or 146587. OLE color: 146587.

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

Color convert

RGB155602-
CMYK00.610.990.39
HSL22.75º97.45%30.78%-
HSV(B)22.75º98.71%60.78%-
XYZ15.1410.21.23-
YUV81.7982.97180.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 71.43%
GREEN value IS 60 (23.83% from 255) = 27.65%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=71.43%
G=27.65%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15560200.610.990.3922.7597.4530.78
Hex9B3C203D632717611f
Octal233742075143472714137
Binary10011011111100100111101110001110011110111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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