#8B2A00

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

Shades of Saddle Brown #8B2A00

Tints of Saddle Brown #8B2A00

Color information

#8B2A00 (or 0x8B2A00) is unknown color: approx Saddle Brown. HEX triplet: 8B, 2A and 00. RGB value is (139,42,0). Sum of RGB (Red+Green+Blue) = 139+42+0=181 (23% of max value = 765). Red value is 139 (54.69% from 255 or 76.80% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2A00 is #74D5FF. Grayscale: #424242. Windows color (decimal): -7656960 or 10891. OLE color: 10891.

HSL color Cylindrical-coordinate representation of color #8B2A00: hue angle of 18.13º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B2A00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB139420-
CMYK00.7010.45
HSL18.13º100%27.25%-
HSV(B)18.13º100%54.51%-
XYZ11.487.140.77-
YUV66.2290.64179.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 76.80%
GREEN value IS 42 (16.80% from 255) = 23.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.80%
G=23.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13942000.7010.4518.1310027.25
Hex8B2A0046642D12641b
Octal2135200106144552214433
Binary10001011101010001000110110010010110110010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,42,0); }

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

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

 a { background-color: rgb(139,42,0); }

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

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

 span { border-color: rgb(139,42,0); }

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