#873125

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

Shades of Burnt Umber #873125

Tints of Burnt Umber #873125

Color information

#873125 (or 0x873125) is unknown color: approx Burnt Umber. HEX triplet: 87, 31 and 25. RGB value is (135,49,37). Sum of RGB (Red+Green+Blue) = 135+49+37=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #873125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873125 is #78CEDA. Grayscale: #494949. Windows color (decimal): -7917275 or 2437511. OLE color: 2437511.

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

Color convert

RGB1354937-
CMYK00.640.730.47
HSL7.35º56.98%33.73%-
HSV(B)7.35º72.59%52.94%-
XYZ11.427.482.59-
YUV73.35107.49171.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.09%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 37 (14.84% from 255) = 16.74%
R=61.09%
G=22.17%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135493700.640.730.477.3556.9833.73
Hex873125040492F73922
Octal207614501001115777142
Binary10000111110001100101010000001001001101111111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873125; }

 p { color: rgb(135,49,37); }

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

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

 a { background-color: rgb(135,49,37); }

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

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

 span { border-color: rgb(135,49,37); }

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