#9B2C00

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

Shades of Saddle Brown #9B2C00

Tints of Saddle Brown #9B2C00

Color information

#9B2C00 (or 0x9B2C00) is unknown color: approx Saddle Brown. HEX triplet: 9B, 2C and 00. RGB value is (155,44,0). Sum of RGB (Red+Green+Blue) = 155+44+0=199 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.89% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2C00 is #64D3FF. Grayscale: #484848. Windows color (decimal): -6607872 or 11419. OLE color: 11419.

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

Color convert

RGB155440-
CMYK00.7210.39
HSL17.03º100%30.39%-
HSV(B)17.03º100%60.78%-
XYZ14.428.770.93-
YUV72.1787.27187.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.89%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.89%
G=22.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15544000.7210.3917.0310030.39
Hex9B2C0048642711641e
Octal2335400110144472114436
Binary10011011101100001001000110010010011110001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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