Html Css Color HEX #725914 Raw Umber

📋 copy color: '#725914'

red 114 ◦ green 89 ◦ blue 20

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

Shades of Raw Umber #725914

Tints of Raw Umber #725914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.91%

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

R = 51.12%
G = 39.91%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#725914 (or 0x725914) is known color: Raw Umber. HEX triplet: 72, 59 and 14. RGB value is (114,89,20). Sum of RGB (Red+Green+Blue) = 114+89+20=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #725914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725914 is #8DA6EB. Grayscale: #585858. Windows color (decimal): -9283308 or 1333618. OLE color: 1333618.

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

Color convert

RGB 114 89 20 -
CMYK 0 0.22 0.82 0.55
HSL 44.04º 0.7% 0.26% -
HSV(B) 44.04º 0.82% 0.45% -
XYZ 10.64 10.77 2.18 -
YUV 88.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 114 89 20 0 0.22 0.82 0.55 44.04 0.7 0.26
Hex 72 59 14 0 16 52 37 2C 46 1A
Octal 162 131 24 0 26 122 67 54 106 32
Binary 1110010 1011001 10100 0 10110 1010010 110111 101100 1000110 11010

Color Harmonies of #725914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725914

Black with #725914

Text Example


Text Example

White with #725914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725914; }

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

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

background-color css

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

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

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

border-color css

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

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

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