#8B3802

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

Shades of Saddle Brown #8B3802

Tints of Saddle Brown #8B3802

Color information

#8B3802 (or 0x8B3802) is unknown color: approx Saddle Brown. HEX triplet: 8B, 38 and 02. RGB value is (139,56,2). Sum of RGB (Red+Green+Blue) = 139+56+2=197 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.56% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3802 is #74C7FD. Grayscale: #4A4A4A. Windows color (decimal): -7653374 or 145547. OLE color: 145547.

HSL color Cylindrical-coordinate representation of color #8B3802: hue angle of 23.65º 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 #8B3802 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB139562-
CMYK00.600.990.45
HSL23.65º97.16%27.65%-
HSV(B)23.65º98.56%54.51%-
XYZ12.078.321.03-
YUV74.6687173.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 70.56%
GREEN value IS 56 (22.27% from 255) = 28.43%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=70.56%
G=28.43%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13956200.600.990.4523.6597.1627.65
Hex8B38203C632D18611c
Octal213702074143553014134
Binary10001011111000100111100110001110110111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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