Html Css Color HEX #725018 Raw Umber

📋 copy color: '#725018'

red 114 ◦ green 80 ◦ blue 24

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

Shades of Raw Umber #725018

Tints of Raw Umber #725018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

 BLUE value IS 24 (9.77% from 255) = 11.01%

R = 52.29%
G = 36.7%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#725018 (or 0x725018) is known color: Raw Umber. HEX triplet: 72, 50 and 18. RGB value is (114,80,24). Sum of RGB (Red+Green+Blue) = 114+80+24=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #725018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725018 is #8DAFE7. Grayscale: #545454. Windows color (decimal): -9285608 or 1593458. OLE color: 1593458.

HSL color Cylindrical-coordinate representation of color #725018: hue angle of 37.33º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #725018 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 80 24 -
CMYK 0 0.30 0.79 0.55
HSL 37.33º 0.65% 0.27% -
HSV(B) 37.33º 0.79% 0.45% -
XYZ 9.97 9.38 2.15 -
YUV 83.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 114 80 24 0 0.30 0.79 0.55 37.33 0.65 0.27
Hex 72 50 18 0 1E 4F 37 25 41 1B
Octal 162 120 30 0 36 117 67 45 101 33
Binary 1110010 1010000 11000 0 11110 1001111 110111 100101 1000001 11011

Color Harmonies of #725018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725018

Black with #725018

Text Example


Text Example

White with #725018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725018; }

 p { color: rgb(114,80,24); }

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

background-color css

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

 a { background-color: rgb(114,80,24); }

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

border-color css

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

 span { border-color: rgb(114,80,24); }

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