#8B3302

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

Shades of Saddle Brown #8B3302

Tints of Saddle Brown #8B3302

Color information

#8B3302 (or 0x8B3302) is unknown color: approx Saddle Brown. HEX triplet: 8B, 33 and 02. RGB value is (139,51,2). Sum of RGB (Red+Green+Blue) = 139+51+2=192 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.40% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3302 is #74CCFD. Grayscale: #484848. Windows color (decimal): -7654654 or 144267. OLE color: 144267.

HSL color Cylindrical-coordinate representation of color #8B3302: hue angle of 21.46º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B3302 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB139512-
CMYK00.630.990.45
HSL21.46º97.16%27.65%-
HSV(B)21.46º98.56%54.51%-
XYZ11.847.860.95-
YUV71.7388.65175.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 72.40%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=72.40%
G=26.56%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13951200.630.990.4521.4697.1627.65
Hex8B33203F632D15611c
Octal213632077143552514134
Binary10001011110011100111111110001110110110101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B3302; }

 p { color: rgb(139,51,2); }

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

<style>
 a { background-color: #8B3302; }

 a { background-color: rgb(139,51,2); }

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

<style>
 span { border-color: #8B3302; }

 span { border-color: rgb(139,51,2); }

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