#8B2F0A

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

Shades of Saddle Brown #8B2F0A

Tints of Saddle Brown #8B2F0A

Color information

#8B2F0A (or 0x8B2F0A) is unknown color: approx Saddle Brown. HEX triplet: 8B, 2F and 0A. RGB value is (139,47,10). Sum of RGB (Red+Green+Blue) = 139+47+10=196 (25% of max value = 765). Red value is 139 (54.69% from 255 or 70.92% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2F0A is #74D0F5. Grayscale: #464646. Windows color (decimal): -7655670 or 667531. OLE color: 667531.

HSL color Cylindrical-coordinate representation of color #8B2F0A: hue angle of 17.21º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B2F0A is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB1394710-
CMYK00.660.930.45
HSL17.21º86.58%29.22%-
HSV(B)17.21º92.81%54.51%-
XYZ11.727.541.13-
YUV70.2993.98177.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 70.92%
GREEN value IS 47 (18.75% from 255) = 23.98%
BLUE value IS 10 (4.30% from 255) = 5.10%
R=70.92%
G=23.98%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139471000.660.930.4517.2186.5829.22
Hex8B2FA0425D2D11571d
Octal21357120102135552112735
Binary10001011101111101001000010101110110110110001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,47,10); }

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

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

 a { background-color: rgb(139,47,10); }

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

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

 span { border-color: rgb(139,47,10); }

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