Html Css Color HEX #725414 Raw Umber

📋 copy color: '#725414'

red 114 ◦ green 84 ◦ blue 20

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

Shades of Raw Umber #725414

Tints of Raw Umber #725414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.17%

R = 52.29%
G = 38.53%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#725414 (or 0x725414) is known color: Raw Umber. HEX triplet: 72, 54 and 14. RGB value is (114,84,20). Sum of RGB (Red+Green+Blue) = 114+84+20=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #725414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725414 is #8DABEB. Grayscale: #555555. Windows color (decimal): -9284588 or 1332338. OLE color: 1332338.

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

Color convert

RGB 114 84 20 -
CMYK 0 0.26 0.82 0.55
HSL 40.85º 0.7% 0.26% -
HSV(B) 40.85º 0.82% 0.45% -
XYZ 10.24 9.97 2.05 -
YUV 85.67 90.94 148.2 -
System Red Green Blue C M Y K H S L
Decimal 114 84 20 0 0.26 0.82 0.55 40.85 0.7 0.26
Hex 72 54 14 0 1A 52 37 29 46 1A
Octal 162 124 24 0 32 122 67 51 106 32
Binary 1110010 1010100 10100 0 11010 1010010 110111 101001 1000110 11010

Color Harmonies of #725414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725414

Black with #725414

Text Example


Text Example

White with #725414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725414; }

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

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

background-color css

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

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

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

border-color css

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

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

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