Html Css Color HEX #725202 Raw Umber

📋 copy color: '#725202'

red 114 ◦ green 82 ◦ blue 2

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

Shades of Raw Umber #725202

Tints of Raw Umber #725202

RGB

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

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

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

R = 57.58%
G = 41.41%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#725202 (or 0x725202) is known color: Raw Umber. HEX triplet: 72, 52 and 02. RGB value is (114,82,2). Sum of RGB (Red+Green+Blue) = 114+82+2=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #725202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725202 is #8DADFD. Grayscale: #525252. Windows color (decimal): -9285118 or 152178. OLE color: 152178.

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

Color convert

RGB 114 82 2 -
CMYK 0 0.28 0.98 0.55
HSL 42.86º 0.97% 0.23% -
HSV(B) 42.86º 0.98% 0.45% -
XYZ 9.97 9.62 1.39 -
YUV 82.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 114 82 2 0 0.28 0.98 0.55 42.86 0.97 0.23
Hex 72 52 2 0 1C 62 37 2B 61 17
Octal 162 122 2 0 34 142 67 53 141 27
Binary 1110010 1010010 10 0 11100 1100010 110111 101011 1100001 10111

Color Harmonies of #725202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725202

Black with #725202

Text Example


Text Example

White with #725202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725202; }

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

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

background-color css

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

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

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

border-color css

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

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

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