#724F1A

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

Shades of Raw Umber #724F1A

Tints of Raw Umber #724F1A

Color information

#724F1A (or 0x724F1A) is unknown color: approx Raw Umber. HEX triplet: 72, 4F and 1A. RGB value is (114,79,26). Sum of RGB (Red+Green+Blue) = 114+79+26=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #724F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724F1A is #8DB0E5. Grayscale: #535353. Windows color (decimal): -9285862 or 1724274. OLE color: 1724274.

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

Color convert

RGB1147926-
CMYK00.310.770.55
HSL36.14º62.86%27.45%-
HSV(B)36.14º77.19%44.71%-
XYZ9.929.242.24-
YUV83.4295.6149.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 79 (31.25% from 255) = 36.07%
BLUE value IS 26 (10.55% from 255) = 11.87%
R=52.05%
G=36.07%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114792600.310.770.5536.1462.8627.45
Hex724F1A01F4D37243f1b
Octal1621173203711567447733
Binary1110010100111111010011111100110111011110010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724F1A; }

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

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

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

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

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

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

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

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