#8B321A

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

Shades of Burnt Umber #8B321A

Tints of Burnt Umber #8B321A

Color information

#8B321A (or 0x8B321A) is unknown color: approx Burnt Umber. HEX triplet: 8B, 32 and 1A. RGB value is (139,50,26). Sum of RGB (Red+Green+Blue) = 139+50+26=215 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.65% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 139 - color contains mainly: red. Hex color #8B321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B321A is #74CDE5. Grayscale: #4A4A4A. Windows color (decimal): -7654886 or 1716875. OLE color: 1716875.

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

Color convert

RGB1395026-
CMYK00.640.810.45
HSL12.74º68.48%32.35%-
HSV(B)12.74º81.29%54.51%-
XYZ11.977.841.86-
YUV73.88100.99174.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.65%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 26 (10.55% from 255) = 12.09%
R=64.65%
G=23.26%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139502600.640.810.4512.7468.4832.35
Hex8B321A040512Dd4420
Octal21362320100121551510440
Binary100010111100101101001000000101000110110111011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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