Html Css Color HEX #725305 Raw Umber

📋 copy color: '#725305'

red 114 ◦ green 83 ◦ blue 5

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

Shades of Raw Umber #725305

Tints of Raw Umber #725305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

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

R = 56.44%
G = 41.09%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#725305 (or 0x725305) is known color: Raw Umber. HEX triplet: 72, 53 and 05. RGB value is (114,83,5). Sum of RGB (Red+Green+Blue) = 114+83+5=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #725305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725305 is #8DACFA. Grayscale: #535353. Windows color (decimal): -9284859 or 349042. OLE color: 349042.

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

Color convert

RGB 114 83 5 -
CMYK 0 0.27 0.96 0.55
HSL 42.94º 0.92% 0.23% -
HSV(B) 42.94º 0.96% 0.45% -
XYZ 10.06 9.77 1.5 -
YUV 83.38 83.77 149.84 -
System Red Green Blue C M Y K H S L
Decimal 114 83 5 0 0.27 0.96 0.55 42.94 0.92 0.23
Hex 72 53 5 0 1B 60 37 2B 5C 17
Octal 162 123 5 0 33 140 67 53 134 27
Binary 1110010 1010011 101 0 11011 1100000 110111 101011 1011100 10111

Color Harmonies of #725305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725305

Black with #725305

Text Example


Text Example

White with #725305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725305; }

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

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

background-color css

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

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

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

border-color css

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

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

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