#72521C

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

Shades of Raw Umber #72521C

Tints of Raw Umber #72521C

Color information

#72521C (or 0x72521C) is unknown color: approx Raw Umber. HEX triplet: 72, 52 and 1C. RGB value is (114,82,28). Sum of RGB (Red+Green+Blue) = 114+82+28=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72521C is #8DADE3. Grayscale: #555555. Windows color (decimal): -9285092 or 1856114. OLE color: 1856114.

HSL color Cylindrical-coordinate representation of color #72521C: hue angle of 37.67º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72521C is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1148228-
CMYK00.280.750.55
HSL37.67º60.56%27.84%-
HSV(B)37.67º75.44%44.71%-
XYZ10.179.72.43-
YUV85.4195.6148.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.89%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 28 (11.33% from 255) = 12.5%
R=50.89%
G=36.61%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114822800.280.750.5537.6760.5627.84
Hex72521C01C4B37263d1c
Octal1621223403411367467534
Binary1110010101001011100011100100101111011110011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72521C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72521C; }

 p { color: rgb(114,82,28); }

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

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

 a { background-color: rgb(114,82,28); }

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

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

 span { border-color: rgb(114,82,28); }

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