#8B3702

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

Shades of Saddle Brown #8B3702

Tints of Saddle Brown #8B3702

Color information

#8B3702 (or 0x8B3702) is unknown color: approx Saddle Brown. HEX triplet: 8B, 37 and 02. RGB value is (139,55,2). Sum of RGB (Red+Green+Blue) = 139+55+2=196 (25% of max value = 765). Red value is 139 (54.69% from 255 or 70.92% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3702 is #74C8FD. Grayscale: #4A4A4A. Windows color (decimal): -7653630 or 145291. OLE color: 145291.

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

Color convert

RGB139552-
CMYK00.600.990.45
HSL23.21º97.16%27.65%-
HSV(B)23.21º98.56%54.51%-
XYZ12.028.231.01-
YUV74.0787.33174.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 70.92%
GREEN value IS 55 (21.88% from 255) = 28.06%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=70.92%
G=28.06%
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
Decimal13955200.600.990.4523.2197.1627.65
Hex8B37203C632D17611c
Octal213672074143552714134
Binary10001011110111100111100110001110110110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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