Html Css Color HEX #724210 Raw Umber

📋 copy color: '#724210'

red 114 ◦ green 66 ◦ blue 16

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

Shades of Raw Umber #724210

Tints of Raw Umber #724210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.67%

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 58.16%
G = 33.67%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#724210 (or 0x724210) is known color: Raw Umber. HEX triplet: 72, 42 and 10. RGB value is (114,66,16). Sum of RGB (Red+Green+Blue) = 114+66+16=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #724210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724210 is #8DBDEF. Grayscale: #4A4A4A. Windows color (decimal): -9289200 or 1065586. OLE color: 1065586.

HSL color Cylindrical-coordinate representation of color #724210: hue angle of 30.61º 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 #724210 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 66 16 -
CMYK 0 0.42 0.86 0.55
HSL 30.61º 0.75% 0.25% -
HSV(B) 30.61º 0.86% 0.45% -
XYZ 8.98 7.51 1.47 -
YUV 74.65 94.9 156.07 -
System Red Green Blue C M Y K H S L
Decimal 114 66 16 0 0.42 0.86 0.55 30.61 0.75 0.25
Hex 72 42 10 0 2A 56 37 1F 4B 19
Octal 162 102 20 0 52 126 67 37 113 31
Binary 1110010 1000010 10000 0 101010 1010110 110111 11111 1001011 11001

Color Harmonies of #724210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724210

Black with #724210

Text Example


Text Example

White with #724210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724210; }

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

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

background-color css

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

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

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

border-color css

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

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

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