#873A26

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

Shades of Burnt Umber #873A26

Tints of Burnt Umber #873A26

Color information

#873A26 (or 0x873A26) is unknown color: approx Burnt Umber. HEX triplet: 87, 3A and 26. RGB value is (135,58,38). Sum of RGB (Red+Green+Blue) = 135+58+38=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #873A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A26 is #78C5D9. Grayscale: #4E4E4E. Windows color (decimal): -7914970 or 2505351. OLE color: 2505351.

HSL color Cylindrical-coordinate representation of color #873A26: hue angle of 12.37º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #873A26 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1355838-
CMYK00.570.720.47
HSL12.37º56.07%33.92%-
HSV(B)12.37º71.85%52.94%-
XYZ11.858.322.81-
YUV78.74105.01168.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 38 (15.23% from 255) = 16.45%
R=58.44%
G=25.11%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135583800.570.720.4712.3756.0733.92
Hex873A26039482Fc3822
Octal207724607111057147042
Binary10000111111010100110011100110010001011111100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873A26; }

 p { color: rgb(135,58,38); }

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

<style>
 a { background-color: #873A26; }

 a { background-color: rgb(135,58,38); }

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

<style>
 span { border-color: #873A26; }

 span { border-color: rgb(135,58,38); }

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