Html Css Color HEX #724011 Raw Umber

📋 copy color: '#724011'

red 114 ◦ green 64 ◦ blue 17

#724011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #724011

Tints of Raw Umber #724011

RGB

 RED value IS 114 (44.92% from 255) = 58.46%

 GREEN value IS 64 (25.39% from 255) = 32.82%

 BLUE value IS 17 (7.03% from 255) = 8.72%

R = 58.46%
G = 32.82%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#724011 (or 0x724011) is known color: Raw Umber. HEX triplet: 72, 40 and 11. RGB value is (114,64,17). Sum of RGB (Red+Green+Blue) = 114+64+17=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #724011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724011 is #8DBFEE. Grayscale: #494949. Windows color (decimal): -9289711 or 1130610. OLE color: 1130610.

HSL color Cylindrical-coordinate representation of color #724011: hue angle of 29.07º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #724011 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 64 17 -
CMYK 0 0.44 0.85 0.55
HSL 29.07º 0.74% 0.26% -
HSV(B) 29.07º 0.85% 0.45% -
XYZ 8.87 7.28 1.47 -
YUV 73.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 114 64 17 0 0.44 0.85 0.55 29.07 0.74 0.26
Hex 72 40 11 0 2C 55 37 1D 4A 1A
Octal 162 100 21 0 54 125 67 35 112 32
Binary 1110010 1000000 10001 0 101100 1010101 110111 11101 1001010 11010

Color Harmonies of #724011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724011

Black with #724011

Text Example


Text Example

White with #724011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724011; }

 p { color: rgb(114,64,17); }

 H1.HeaderClassName
 {
   color: #724011;
 }
 .AnyTagClassName
 {
   color: #724011;
 }
</style>

background-color css

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

 a { background-color: rgb(114,64,17); }

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

border-color css

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

 span { border-color: rgb(114,64,17); }

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