#9B3000

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

Shades of Saddle Brown #9B3000

Tints of Saddle Brown #9B3000

Color information

#9B3000 (or 0x9B3000) is unknown color: approx Saddle Brown. HEX triplet: 9B, 30 and 00. RGB value is (155,48,0). Sum of RGB (Red+Green+Blue) = 155+48+0=203 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.35% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3000 is #64CFFF. Grayscale: #4A4A4A. Windows color (decimal): -6606848 or 12443. OLE color: 12443.

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

Color convert

RGB155480-
CMYK00.6910.39
HSL18.58º100%30.39%-
HSV(B)18.58º100%60.78%-
XYZ14.579.080.98-
YUV74.5285.95185.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 76.35%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.35%
G=23.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15548000.6910.3918.5810030.39
Hex9B300045642713641e
Octal2336000105144472314436
Binary10011011110000001000101110010010011110011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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