#8B4B02

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

Shades of Saddle Brown #8B4B02

Tints of Saddle Brown #8B4B02

Color information

#8B4B02 (or 0x8B4B02) is unknown color: approx Saddle Brown. HEX triplet: 8B, 4B and 02. RGB value is (139,75,2). Sum of RGB (Red+Green+Blue) = 139+75+2=216 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.35% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4B02 is #74B4FD. Grayscale: #565656. Windows color (decimal): -7648510 or 150411. OLE color: 150411.

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

Color convert

RGB139752-
CMYK00.460.990.45
HSL31.97º97.16%27.65%-
HSV(B)31.97º98.56%54.51%-
XYZ13.1710.531.39-
YUV85.8180.7165.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.35%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=64.35%
G=34.72%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13975200.460.990.4531.9797.1627.65
Hex8B4B202E632D20611c
Octal2131132056143554014134
Binary1000101110010111001011101100011101101100000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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