Html Css Color HEX #725314 Raw Umber

📋 copy color: '#725314'

red 114 ◦ green 83 ◦ blue 20

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

Shades of Raw Umber #725314

Tints of Raw Umber #725314

RGB

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

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

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

R = 52.53%
G = 38.25%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#725314 (or 0x725314) is known color: Raw Umber. HEX triplet: 72, 53 and 14. RGB value is (114,83,20). Sum of RGB (Red+Green+Blue) = 114+83+20=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #725314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725314 is #8DACEB. Grayscale: #555555. Windows color (decimal): -9284844 or 1332082. OLE color: 1332082.

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

Color convert

RGB 114 83 20 -
CMYK 0 0.27 0.82 0.55
HSL 40.21º 0.7% 0.26% -
HSV(B) 40.21º 0.82% 0.45% -
XYZ 10.16 9.81 2.02 -
YUV 85.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 114 83 20 0 0.27 0.82 0.55 40.21 0.7 0.26
Hex 72 53 14 0 1B 52 37 28 46 1A
Octal 162 123 24 0 33 122 67 50 106 32
Binary 1110010 1010011 10100 0 11011 1010010 110111 101000 1000110 11010

Color Harmonies of #725314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725314

Black with #725314

Text Example


Text Example

White with #725314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725314; }

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

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

background-color css

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

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

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

border-color css

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

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

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