#72541A

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

Shades of Raw Umber #72541A

Tints of Raw Umber #72541A

Color information

#72541A (or 0x72541A) is unknown color: approx Raw Umber. HEX triplet: 72, 54 and 1A. RGB value is (114,84,26). Sum of RGB (Red+Green+Blue) = 114+84+26=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72541A is #8DABE5. Grayscale: #565656. Windows color (decimal): -9284582 or 1725554. OLE color: 1725554.

HSL color Cylindrical-coordinate representation of color #72541A: hue angle of 39.55º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72541A is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1148426-
CMYK00.260.770.55
HSL39.55º62.86%27.45%-
HSV(B)39.55º77.19%44.71%-
XYZ10.39.992.36-
YUV86.3693.94147.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.89%
GREEN value IS 84 (33.20% from 255) = 37.5%
BLUE value IS 26 (10.55% from 255) = 11.61%
R=50.89%
G=37.5%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114842600.260.770.5539.5562.8627.45
Hex72541A01A4D37283f1b
Octal1621243203211567507733
Binary1110010101010011010011010100110111011110100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72541A; }

 p { color: rgb(114,84,26); }

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

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

 a { background-color: rgb(114,84,26); }

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

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

 span { border-color: rgb(114,84,26); }

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