Html Css Color HEX #725A14 Raw Umber

📋 copy color: '#725A14'

red 114 ◦ green 90 ◦ blue 20

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

Shades of Raw Umber #725A14

Tints of Raw Umber #725A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.18%

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

R = 50.89%
G = 40.18%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#725A14 (or 0x725A14) is known color: Raw Umber. HEX triplet: 72, 5A and 14. RGB value is (114,90,20). Sum of RGB (Red+Green+Blue) = 114+90+20=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #725A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725A14 is #8DA5EB. Grayscale: #595959. Windows color (decimal): -9283052 or 1333874. OLE color: 1333874.

HSL color Cylindrical-coordinate representation of color #725A14: hue angle of 44.68º 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 #725A14 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 90 20 -
CMYK 0 0.21 0.82 0.55
HSL 44.68º 0.7% 0.26% -
HSV(B) 44.68º 0.82% 0.45% -
XYZ 10.72 10.94 2.21 -
YUV 89.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 114 90 20 0 0.21 0.82 0.55 44.68 0.7 0.26
Hex 72 5A 14 0 15 52 37 2D 46 1A
Octal 162 132 24 0 25 122 67 55 106 32
Binary 1110010 1011010 10100 0 10101 1010010 110111 101101 1000110 11010

Color Harmonies of #725A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725A14

Black with #725A14

Text Example


Text Example

White with #725A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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