Html Css Color HEX #725406 Raw Umber

📋 copy color: '#725406'

red 114 ◦ green 84 ◦ blue 6

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

Shades of Raw Umber #725406

Tints of Raw Umber #725406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.94%

R = 55.88%
G = 41.18%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#725406 (or 0x725406) is known color: Raw Umber. HEX triplet: 72, 54 and 06. RGB value is (114,84,6). Sum of RGB (Red+Green+Blue) = 114+84+6=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #725406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725406 is #8DABF9. Grayscale: #545454. Windows color (decimal): -9284602 or 414834. OLE color: 414834.

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

Color convert

RGB 114 84 6 -
CMYK 0 0.26 0.95 0.55
HSL 43.33º 0.9% 0.24% -
HSV(B) 43.33º 0.95% 0.45% -
XYZ 10.14 9.93 1.55 -
YUV 84.08 83.94 149.34 -
System Red Green Blue C M Y K H S L
Decimal 114 84 6 0 0.26 0.95 0.55 43.33 0.9 0.24
Hex 72 54 6 0 1A 5F 37 2B 5A 18
Octal 162 124 6 0 32 137 67 53 132 30
Binary 1110010 1010100 110 0 11010 1011111 110111 101011 1011010 11000

Color Harmonies of #725406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725406

Black with #725406

Text Example


Text Example

White with #725406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725406; }

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

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

background-color css

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

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

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

border-color css

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

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

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