#72480A

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

Shades of Raw Umber #72480A

Tints of Raw Umber #72480A

Color information

#72480A (or 0x72480A) is unknown color: approx Raw Umber. HEX triplet: 72, 48 and 0A. RGB value is (114,72,10). Sum of RGB (Red+Green+Blue) = 114+72+10=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72480A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72480A is #8DB7F5. Grayscale: #4D4D4D. Windows color (decimal): -9287670 or 673906. OLE color: 673906.

HSL color Cylindrical-coordinate representation of color #72480A: hue angle of 35.77º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72480A is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1147210-
CMYK00.370.910.55
HSL35.77º83.87%24.31%-
HSV(B)35.77º91.23%44.71%-
XYZ9.318.231.39-
YUV77.4989.91154.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 10 (4.30% from 255) = 5.10%
R=58.16%
G=36.73%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114721000.370.910.5535.7783.8724.31
Hex7248A0255B37245418
Octal16211012045133674412430
Binary11100101001000101001001011011011110111100100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,72,10); }

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

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

 a { background-color: rgb(114,72,10); }

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

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

 span { border-color: rgb(114,72,10); }

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