Html Css Color HEX #72520E Raw Umber

📋 copy color: '#72520E'

red 114 ◦ green 82 ◦ blue 14

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

Shades of Raw Umber #72520E

Tints of Raw Umber #72520E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.67%

R = 54.29%
G = 39.05%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72520E (or 0x72520E) is known color: Raw Umber. HEX triplet: 72, 52 and 0E. RGB value is (114,82,14). Sum of RGB (Red+Green+Blue) = 114+82+14=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #72520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72520E is #8DADF1. Grayscale: #545454. Windows color (decimal): -9285106 or 938610. OLE color: 938610.

HSL color Cylindrical-coordinate representation of color #72520E: hue angle of 40.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72520E is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 82 14 -
CMYK 0 0.28 0.88 0.55
HSL 40.8º 0.78% 0.25% -
HSV(B) 40.8º 0.88% 0.45% -
XYZ 10.04 9.64 1.75 -
YUV 83.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 114 82 14 0 0.28 0.88 0.55 40.8 0.78 0.25
Hex 72 52 E 0 1C 58 37 29 4E 19
Octal 162 122 16 0 34 130 67 51 116 31
Binary 1110010 1010010 1110 0 11100 1011000 110111 101001 1001110 11001

Color Harmonies of #72520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72520E

Black with #72520E

Text Example


Text Example

White with #72520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72520E; }

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

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

background-color css

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

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

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

border-color css

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

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

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