Html Css Color HEX #725205 Raw Umber

📋 copy color: '#725205'

red 114 ◦ green 82 ◦ blue 5

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

Shades of Raw Umber #725205

Tints of Raw Umber #725205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.49%

R = 56.72%
G = 40.8%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#725205 (or 0x725205) is known color: Raw Umber. HEX triplet: 72, 52 and 05. RGB value is (114,82,5). Sum of RGB (Red+Green+Blue) = 114+82+5=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #725205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725205 is #8DADFA. Grayscale: #535353. Windows color (decimal): -9285115 or 348786. OLE color: 348786.

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

Color convert

RGB 114 82 5 -
CMYK 0 0.28 0.96 0.55
HSL 42.39º 0.92% 0.23% -
HSV(B) 42.39º 0.96% 0.45% -
XYZ 9.98 9.62 1.47 -
YUV 82.79 84.1 150.26 -
System Red Green Blue C M Y K H S L
Decimal 114 82 5 0 0.28 0.96 0.55 42.39 0.92 0.23
Hex 72 52 5 0 1C 60 37 2A 5C 17
Octal 162 122 5 0 34 140 67 52 134 27
Binary 1110010 1010010 101 0 11100 1100000 110111 101010 1011100 10111

Color Harmonies of #725205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725205

Black with #725205

Text Example


Text Example

White with #725205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725205; }

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

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

background-color css

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

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

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

border-color css

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

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

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