Html Css Color HEX #725004 Raw Umber

📋 copy color: '#725004'

red 114 ◦ green 80 ◦ blue 4

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

Shades of Raw Umber #725004

Tints of Raw Umber #725004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.02%

R = 57.58%
G = 40.4%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#725004 (or 0x725004) is known color: Raw Umber. HEX triplet: 72, 50 and 04. RGB value is (114,80,4). Sum of RGB (Red+Green+Blue) = 114+80+4=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #725004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725004 is #8DAFFB. Grayscale: #515151. Windows color (decimal): -9285628 or 282738. OLE color: 282738.

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

Color convert

RGB 114 80 4 -
CMYK 0 0.30 0.96 0.55
HSL 41.45º 0.93% 0.23% -
HSV(B) 41.45º 0.96% 0.45% -
XYZ 9.83 9.32 1.4 -
YUV 81.5 84.26 151.18 -
System Red Green Blue C M Y K H S L
Decimal 114 80 4 0 0.30 0.96 0.55 41.45 0.93 0.23
Hex 72 50 4 0 1E 60 37 29 5D 17
Octal 162 120 4 0 36 140 67 51 135 27
Binary 1110010 1010000 100 0 11110 1100000 110111 101001 1011101 10111

Color Harmonies of #725004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725004

Black with #725004

Text Example


Text Example

White with #725004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725004; }

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

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

background-color css

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

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

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

border-color css

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

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

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