Html Css Color HEX #725802 Raw Umber

📋 copy color: '#725802'

red 114 ◦ green 88 ◦ blue 2

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

Shades of Raw Umber #725802

Tints of Raw Umber #725802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.98%

R = 55.88%
G = 43.14%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#725802 (or 0x725802) is known color: Raw Umber. HEX triplet: 72, 58 and 02. RGB value is (114,88,2). Sum of RGB (Red+Green+Blue) = 114+88+2=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #725802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725802 is #8DA7FD. Grayscale: #565656. Windows color (decimal): -9283582 or 153714. OLE color: 153714.

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

Color convert

RGB 114 88 2 -
CMYK 0 0.23 0.98 0.55
HSL 46.07º 0.97% 0.23% -
HSV(B) 46.07º 0.98% 0.45% -
XYZ 10.44 10.56 1.55 -
YUV 85.97 80.61 147.99 -
System Red Green Blue C M Y K H S L
Decimal 114 88 2 0 0.23 0.98 0.55 46.07 0.97 0.23
Hex 72 58 2 0 17 62 37 2E 61 17
Octal 162 130 2 0 27 142 67 56 141 27
Binary 1110010 1011000 10 0 10111 1100010 110111 101110 1100001 10111

Color Harmonies of #725802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725802

Black with #725802

Text Example


Text Example

White with #725802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725802; }

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

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

background-color css

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

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

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

border-color css

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

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

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