#8F3226

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

Shades of Burnt Umber #8F3226

Tints of Burnt Umber #8F3226

Color information

#8F3226 (or 0x8F3226) is unknown color: approx Burnt Umber. HEX triplet: 8F, 32 and 26. RGB value is (143,50,38). Sum of RGB (Red+Green+Blue) = 143+50+38=231 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.90% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3226 is #70CDD9. Grayscale: #4C4C4C. Windows color (decimal): -7392730 or 2503311. OLE color: 2503311.

HSL color Cylindrical-coordinate representation of color #8F3226: hue angle of 6.86º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F3226 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB1435038-
CMYK00.650.730.44
HSL6.86º58.01%35.49%-
HSV(B)6.86º73.43%56.08%-
XYZ12.828.262.75-
YUV76.44106.31175.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 61.90%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 38 (15.23% from 255) = 16.45%
R=61.90%
G=21.65%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143503800.650.730.446.8658.0135.49
Hex8F3226041492C73a23
Octal217624601011115477243
Binary10001111110010100110010000011001001101100111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,50,38); }

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

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

 a { background-color: rgb(143,50,38); }

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

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

 span { border-color: rgb(143,50,38); }

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