Html Css Color HEX #725407 Raw Umber

📋 copy color: '#725407'

red 114 ◦ green 84 ◦ blue 7

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

Shades of Raw Umber #725407

Tints of Raw Umber #725407

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

 BLUE value IS 7 (3.13% from 255) = 3.41%

R = 55.61%
G = 40.98%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#725407 (or 0x725407) is known color: Raw Umber. HEX triplet: 72, 54 and 07. RGB value is (114,84,7). Sum of RGB (Red+Green+Blue) = 114+84+7=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #725407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725407 is #8DABF8. Grayscale: #545454. Windows color (decimal): -9284601 or 480370. OLE color: 480370.

HSL color Cylindrical-coordinate representation of color #725407: hue angle of 43.18º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #725407 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 84 7 -
CMYK 0 0.26 0.94 0.55
HSL 43.18º 0.88% 0.24% -
HSV(B) 43.18º 0.94% 0.45% -
XYZ 10.15 9.93 1.58 -
YUV 84.19 84.44 149.26 -
System Red Green Blue C M Y K H S L
Decimal 114 84 7 0 0.26 0.94 0.55 43.18 0.88 0.24
Hex 72 54 7 0 1A 5E 37 2B 58 18
Octal 162 124 7 0 32 136 67 53 130 30
Binary 1110010 1010100 111 0 11010 1011110 110111 101011 1011000 11000

Color Harmonies of #725407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725407

Black with #725407

Text Example


Text Example

White with #725407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725407; }

 p { color: rgb(114,84,7); }

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

background-color css

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

 a { background-color: rgb(114,84,7); }

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

border-color css

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

 span { border-color: rgb(114,84,7); }

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