Html Css Color HEX #725511 Raw Umber

📋 copy color: '#725511'

red 114 ◦ green 85 ◦ blue 17

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

Shades of Raw Umber #725511

Tints of Raw Umber #725511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.35%

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 52.78%
G = 39.35%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#725511 (or 0x725511) is known color: Raw Umber. HEX triplet: 72, 55 and 11. RGB value is (114,85,17). Sum of RGB (Red+Green+Blue) = 114+85+17=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #725511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725511 is #8DAAEE. Grayscale: #565656. Windows color (decimal): -9284335 or 1135986. OLE color: 1135986.

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

Color convert

RGB 114 85 17 -
CMYK 0 0.25 0.85 0.55
HSL 42.06º 0.74% 0.26% -
HSV(B) 42.06º 0.85% 0.45% -
XYZ 10.29 10.11 1.94 -
YUV 85.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 114 85 17 0 0.25 0.85 0.55 42.06 0.74 0.26
Hex 72 55 11 0 19 55 37 2A 4A 1A
Octal 162 125 21 0 31 125 67 52 112 32
Binary 1110010 1010101 10001 0 11001 1010101 110111 101010 1001010 11010

Color Harmonies of #725511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725511

Black with #725511

Text Example


Text Example

White with #725511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725511; }

 p { color: rgb(114,85,17); }

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

background-color css

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

 a { background-color: rgb(114,85,17); }

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

border-color css

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

 span { border-color: rgb(114,85,17); }

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