#8B322A

Color #8B322A Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #8B322A

Tints of Burnt Umber #8B322A

Color information

#8B322A (or 0x8B322A) is unknown color: approx Burnt Umber. HEX triplet: 8B, 32 and 2A. RGB value is (139,50,42). Sum of RGB (Red+Green+Blue) = 139+50+42=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B322A is #74CDD5. Grayscale: #4B4B4B. Windows color (decimal): -7654870 or 2765451. OLE color: 2765451.

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

Color convert

RGB1395042-
CMYK00.640.700.45
HSL4.95º53.59%35.49%-
HSV(B)4.95º69.78%54.51%-
XYZ12.217.943.08-
YUV75.7108.99173.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.17%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=60.17%
G=21.65%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139504200.640.700.454.9553.5935.49
Hex8B322A040462D53623
Octal213625201001065556643
Binary10001011110010101010010000001000110101101101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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