#9b3e00

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

Shades of Saddle Brown #9B3E00

Tints of Saddle Brown #9B3E00

Color information

#9B3E00 (or 0x9B3E00) is unknown color: approx Saddle Brown. HEX triplet: 9B, 3E and 00. RGB value is (155,62,0). Sum of RGB (Red+Green+Blue) = 155+62+0=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3E00 is #64C1FF. Grayscale: #535353. Windows color (decimal): -6603264 or 16027. OLE color: 16027.

HSL color Cylindrical-coordinate representation of color #9B3E00: hue angle of 24º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B3E00 is Cyan = 0, Magento = 0.6, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB155620-
CMYK00.610.39
HSL24º100%30.39%-
HSV(B)24º100%60.78%-
XYZ15.2410.411.21-
YUV82.7481.31179.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 71.43%
GREEN value IS 62 (24.61% from 255) = 28.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.43%
G=28.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15562000.610.392410030.39
Hex9B3E003C642718641e
Octal233760074144473014436
Binary1001101111111000111100110010010011111000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b3e00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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