Html Css Color HEX #724012 Raw Umber

📋 copy color: '#724012'

red 114 ◦ green 64 ◦ blue 18

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

Shades of Raw Umber #724012

Tints of Raw Umber #724012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.18%

R = 58.16%
G = 32.65%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#724012 (or 0x724012) is known color: Raw Umber. HEX triplet: 72, 40 and 12. RGB value is (114,64,18). Sum of RGB (Red+Green+Blue) = 114+64+18=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #724012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724012 is #8DBFED. Grayscale: #494949. Windows color (decimal): -9289710 or 1196146. OLE color: 1196146.

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

Color convert

RGB 114 64 18 -
CMYK 0 0.44 0.84 0.55
HSL 28.75º 0.73% 0.26% -
HSV(B) 28.75º 0.84% 0.45% -
XYZ 8.88 7.29 1.51 -
YUV 73.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 114 64 18 0 0.44 0.84 0.55 28.75 0.73 0.26
Hex 72 40 12 0 2C 54 37 1D 49 1A
Octal 162 100 22 0 54 124 67 35 111 32
Binary 1110010 1000000 10010 0 101100 1010100 110111 11101 1001001 11010

Color Harmonies of #724012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724012

Black with #724012

Text Example


Text Example

White with #724012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724012; }

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

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

background-color css

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

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

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

border-color css

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

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

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