Html Css Color HEX #714511 Raw Umber

📋 copy color: '#714511'

red 113 ◦ green 69 ◦ blue 17

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

Shades of Raw Umber #714511

Tints of Raw Umber #714511

RGB

 RED value IS 113 (44.53% from 255) = 56.78%

 GREEN value IS 69 (27.34% from 255) = 34.67%

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

R = 56.78%
G = 34.67%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#714511 (or 0x714511) is known color: Raw Umber. HEX triplet: 71, 45 and 11. RGB value is (113,69,17). Sum of RGB (Red+Green+Blue) = 113+69+17=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #714511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714511 is #8EBAEE. Grayscale: #4C4C4C. Windows color (decimal): -9353967 or 1131889. OLE color: 1131889.

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

Color convert

RGB 113 69 17 -
CMYK 0 0.39 0.85 0.56
HSL 32.5º 0.74% 0.25% -
HSV(B) 32.5º 0.85% 0.44% -
XYZ 9.04 7.81 1.56 -
YUV 76.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 113 69 17 0 0.39 0.85 0.56 32.5 0.74 0.25
Hex 71 45 11 0 27 55 38 20 4A 19
Octal 161 105 21 0 47 125 70 40 112 31
Binary 1110001 1000101 10001 0 100111 1010101 111000 100000 1001010 11001

Color Harmonies of #714511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714511

Black with #714511

Text Example


Text Example

White with #714511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714511; }

 p { color: rgb(113,69,17); }

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

background-color css

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

 a { background-color: rgb(113,69,17); }

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

border-color css

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

 span { border-color: rgb(113,69,17); }

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