Html Css Color HEX #725214 Raw Umber

📋 copy color: '#725214'

red 114 ◦ green 82 ◦ blue 20

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

Shades of Raw Umber #725214

Tints of Raw Umber #725214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.96%

 BLUE value IS 20 (8.2% from 255) = 9.26%

R = 52.78%
G = 37.96%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#725214 (or 0x725214) is known color: Raw Umber. HEX triplet: 72, 52 and 14. RGB value is (114,82,20). Sum of RGB (Red+Green+Blue) = 114+82+20=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #725214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725214 is #8DADEB. Grayscale: #545454. Windows color (decimal): -9285100 or 1331826. OLE color: 1331826.

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

Color convert

RGB 114 82 20 -
CMYK 0 0.28 0.82 0.55
HSL 39.57º 0.7% 0.26% -
HSV(B) 39.57º 0.82% 0.45% -
XYZ 10.08 9.66 2 -
YUV 84.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 114 82 20 0 0.28 0.82 0.55 39.57 0.7 0.26
Hex 72 52 14 0 1C 52 37 28 46 1A
Octal 162 122 24 0 34 122 67 50 106 32
Binary 1110010 1010010 10100 0 11100 1010010 110111 101000 1000110 11010

Color Harmonies of #725214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725214

Black with #725214

Text Example


Text Example

White with #725214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725214; }

 p { color: rgb(114,82,20); }

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

background-color css

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

 a { background-color: rgb(114,82,20); }

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

border-color css

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

 span { border-color: rgb(114,82,20); }

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