#8B521A

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

Shades of Saddle Brown #8B521A

Tints of Saddle Brown #8B521A

Color information

#8B521A (or 0x8B521A) is unknown color: approx Saddle Brown. HEX triplet: 8B, 52 and 1A. RGB value is (139,82,26). Sum of RGB (Red+Green+Blue) = 139+82+26=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B521A is #74ADE5. Grayscale: #5C5C5C. Windows color (decimal): -7646694 or 1725067. OLE color: 1725067.

HSL color Cylindrical-coordinate representation of color #8B521A: hue angle of 29.73º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B521A is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB1398226-
CMYK00.410.810.45
HSL29.73º68.48%32.35%-
HSV(B)29.73º81.29%54.51%-
XYZ13.8511.62.49-
YUV92.6690.38161.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.28%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=56.28%
G=33.20%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139822600.410.810.4529.7368.4832.35
Hex8B521A029512D1e4420
Octal21312232051121553610440
Binary1000101110100101101001010011010001101101111101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,82,26); }

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

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

 a { background-color: rgb(139,82,26); }

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

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

 span { border-color: rgb(139,82,26); }

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