Html Css Color HEX #725804 Raw Umber

📋 copy color: '#725804'

red 114 ◦ green 88 ◦ blue 4

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

Shades of Raw Umber #725804

Tints of Raw Umber #725804

RGB

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

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

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

R = 55.34%
G = 42.72%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#725804 (or 0x725804) is known color: Raw Umber. HEX triplet: 72, 58 and 04. RGB value is (114,88,4). Sum of RGB (Red+Green+Blue) = 114+88+4=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #725804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725804 is #8DA7FB. Grayscale: #565656. Windows color (decimal): -9283580 or 284786. OLE color: 284786.

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

Color convert

RGB 114 88 4 -
CMYK 0 0.23 0.96 0.55
HSL 45.82º 0.93% 0.23% -
HSV(B) 45.82º 0.96% 0.45% -
XYZ 10.45 10.57 1.6 -
YUV 86.2 81.61 147.83 -
System Red Green Blue C M Y K H S L
Decimal 114 88 4 0 0.23 0.96 0.55 45.82 0.93 0.23
Hex 72 58 4 0 17 60 37 2E 5D 17
Octal 162 130 4 0 27 140 67 56 135 27
Binary 1110010 1011000 100 0 10111 1100000 110111 101110 1011101 10111

Color Harmonies of #725804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725804

Black with #725804

Text Example


Text Example

White with #725804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725804; }

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

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

background-color css

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

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

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

border-color css

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

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

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