#724601

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

Shades of Raw Umber #724601

Tints of Raw Umber #724601

Color information

#724601 (or 0x724601) is unknown color: approx Raw Umber. HEX triplet: 72, 46 and 01. RGB value is (114,70,1). Sum of RGB (Red+Green+Blue) = 114+70+1=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #724601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724601 is #8DB9FE. Grayscale: #4B4B4B. Windows color (decimal): -9288191 or 83570. OLE color: 83570.

HSL color Cylindrical-coordinate representation of color #724601: hue angle of 36.64º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #724601 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB114701-
CMYK00.390.990.55
HSL36.64º98.26%22.55%-
HSV(B)36.64º99.12%44.71%-
XYZ9.147.961.08-
YUV75.2986.08155.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.62%
GREEN value IS 70 (27.73% from 255) = 37.84%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=61.62%
G=37.84%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11470100.390.990.5536.6498.2622.55
Hex724610276337256217
Octal1621061047143674514227
Binary11100101000110101001111100011110111100101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724601; }

 p { color: rgb(114,70,1); }

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

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

 a { background-color: rgb(114,70,1); }

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

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

 span { border-color: rgb(114,70,1); }

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