Html Css Color HEX #725014 Raw Umber

📋 copy color: '#725014'

red 114 ◦ green 80 ◦ blue 20

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

Shades of Raw Umber #725014

Tints of Raw Umber #725014

RGB

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

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

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

R = 53.27%
G = 37.38%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#725014 (or 0x725014) is known color: Raw Umber. HEX triplet: 72, 50 and 14. RGB value is (114,80,20). Sum of RGB (Red+Green+Blue) = 114+80+20=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #725014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725014 is #8DAFEB. Grayscale: #535353. Windows color (decimal): -9285612 or 1331314. OLE color: 1331314.

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

Color convert

RGB 114 80 20 -
CMYK 0 0.30 0.82 0.55
HSL 38.3º 0.7% 0.26% -
HSV(B) 38.3º 0.82% 0.45% -
XYZ 9.93 9.37 1.95 -
YUV 83.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 114 80 20 0 0.30 0.82 0.55 38.3 0.7 0.26
Hex 72 50 14 0 1E 52 37 26 46 1A
Octal 162 120 24 0 36 122 67 46 106 32
Binary 1110010 1010000 10100 0 11110 1010010 110111 100110 1000110 11010

Color Harmonies of #725014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725014

Black with #725014

Text Example


Text Example

White with #725014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725014; }

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

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

background-color css

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

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

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

border-color css

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

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

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