Html Css Color HEX #725814 Raw Umber

📋 copy color: '#725814'

red 114 ◦ green 88 ◦ blue 20

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

Shades of Raw Umber #725814

Tints of Raw Umber #725814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.64%

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

R = 51.35%
G = 39.64%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#725814 (or 0x725814) is known color: Raw Umber. HEX triplet: 72, 58 and 14. RGB value is (114,88,20). Sum of RGB (Red+Green+Blue) = 114+88+20=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #725814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725814 is #8DA7EB. Grayscale: #585858. Windows color (decimal): -9283564 or 1333362. OLE color: 1333362.

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

Color convert

RGB 114 88 20 -
CMYK 0 0.23 0.82 0.55
HSL 43.4º 0.7% 0.26% -
HSV(B) 43.4º 0.82% 0.45% -
XYZ 10.56 10.61 2.15 -
YUV 88.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 114 88 20 0 0.23 0.82 0.55 43.4 0.7 0.26
Hex 72 58 14 0 17 52 37 2B 46 1A
Octal 162 130 24 0 27 122 67 53 106 32
Binary 1110010 1011000 10100 0 10111 1010010 110111 101011 1000110 11010

Color Harmonies of #725814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725814

Black with #725814

Text Example


Text Example

White with #725814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725814; }

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

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

background-color css

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

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

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

border-color css

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

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

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