#72501A

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

Shades of Raw Umber #72501A

Tints of Raw Umber #72501A

Color information

#72501A (or 0x72501A) is unknown color: approx Raw Umber. HEX triplet: 72, 50 and 1A. RGB value is (114,80,26). Sum of RGB (Red+Green+Blue) = 114+80+26=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #72501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72501A is #8DAFE5. Grayscale: #545454. Windows color (decimal): -9285606 or 1724530. OLE color: 1724530.

HSL color Cylindrical-coordinate representation of color #72501A: hue angle of 36.82º 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 #72501A is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1148026-
CMYK00.300.770.55
HSL36.82º62.86%27.45%-
HSV(B)36.82º77.19%44.71%-
XYZ9.999.392.26-
YUV84.0195.26149.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=51.82%
G=36.36%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114802600.300.770.5536.8262.8627.45
Hex72501A01E4D37253f1b
Octal1621203203611567457733
Binary1110010101000011010011110100110111011110010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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