Html Css Color HEX #725912 Raw Umber

📋 copy color: '#725912'

red 114 ◦ green 89 ◦ blue 18

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

Shades of Raw Umber #725912

Tints of Raw Umber #725912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.14%

R = 51.58%
G = 40.27%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#725912 (or 0x725912) is known color: Raw Umber. HEX triplet: 72, 59 and 12. RGB value is (114,89,18). Sum of RGB (Red+Green+Blue) = 114+89+18=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #725912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725912 is #8DA6ED. Grayscale: #585858. Windows color (decimal): -9283310 or 1202546. OLE color: 1202546.

HSL color Cylindrical-coordinate representation of color #725912: hue angle of 44.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #725912 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 89 18 -
CMYK 0 0.22 0.84 0.55
HSL 44.38º 0.73% 0.26% -
HSV(B) 44.38º 0.84% 0.45% -
XYZ 10.62 10.77 2.09 -
YUV 88.38 88.28 146.27 -
System Red Green Blue C M Y K H S L
Decimal 114 89 18 0 0.22 0.84 0.55 44.38 0.73 0.26
Hex 72 59 12 0 16 54 37 2C 49 1A
Octal 162 131 22 0 26 124 67 54 111 32
Binary 1110010 1011001 10010 0 10110 1010100 110111 101100 1001001 11010

Color Harmonies of #725912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725912

Black with #725912

Text Example


Text Example

White with #725912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725912; }

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

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

background-color css

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

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

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

border-color css

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

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

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