Html Css Color HEX #725200 Raw Umber

📋 copy color: '#725200'

red 114 ◦ green 82 ◦ blue 0

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

Shades of Raw Umber #725200

Tints of Raw Umber #725200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.16%
G = 41.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#725200 (or 0x725200) is known color: Raw Umber. HEX triplet: 72, 52 and 00. RGB value is (114,82,0). Sum of RGB (Red+Green+Blue) = 114+82+0=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #725200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725200 is #8DADFF. Grayscale: #525252. Windows color (decimal): -9285120 or 21106. OLE color: 21106.

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

Color convert

RGB 114 82 0 -
CMYK 0 0.28 1 0.55
HSL 43.16º 1% 0.22% -
HSV(B) 43.16º 1% 0.45% -
XYZ 9.96 9.61 1.33 -
YUV 82.22 81.6 150.67 -
System Red Green Blue C M Y K H S L
Decimal 114 82 0 0 0.28 1 0.55 43.16 1 0.22
Hex 72 52 0 0 1C 64 37 2B 64 16
Octal 162 122 0 0 34 144 67 53 144 26
Binary 1110010 1010010 0 0 11100 1100100 110111 101011 1100100 10110

Color Harmonies of #725200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725200

Black with #725200

Text Example


Text Example

White with #725200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725200; }

 p { color: rgb(114,82,0); }

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

background-color css

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

 a { background-color: rgb(114,82,0); }

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

border-color css

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

 span { border-color: rgb(114,82,0); }

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