#724110

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

Shades of Raw Umber #724110

Tints of Raw Umber #724110

Color information

#724110 (or 0x724110) is unknown color: approx Raw Umber. HEX triplet: 72, 41 and 10. RGB value is (114,65,16). Sum of RGB (Red+Green+Blue) = 114+65+16=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #724110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724110 is #8DBEEF. Grayscale: #4A4A4A. Windows color (decimal): -9289456 or 1065330. OLE color: 1065330.

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

Color convert

RGB1146516-
CMYK00.430.860.55
HSL30º75.38%25.49%-
HSV(B)30º85.96%44.71%-
XYZ8.927.41.45-
YUV74.0695.23156.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.46%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 16 (6.64% from 255) = 8.21%
R=58.46%
G=33.33%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114651600.430.860.553075.3825.49
Hex72411002B56371e4b19
Octal16210120053126673611331
Binary11100101000001100000101011101011011011111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724110; }

 p { color: rgb(114,65,16); }

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

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

 a { background-color: rgb(114,65,16); }

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

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

 span { border-color: rgb(114,65,16); }

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