Html Css Color HEX #714111 Raw Umber

📋 copy color: '#714111'

red 113 ◦ green 65 ◦ blue 17

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

Shades of Raw Umber #714111

Tints of Raw Umber #714111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.33%

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

R = 57.95%
G = 33.33%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#714111 (or 0x714111) is known color: Raw Umber. HEX triplet: 71, 41 and 11. RGB value is (113,65,17). Sum of RGB (Red+Green+Blue) = 113+65+17=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #714111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714111 is #8EBEEE. Grayscale: #4A4A4A. Windows color (decimal): -9354991 or 1130865. OLE color: 1130865.

HSL color Cylindrical-coordinate representation of color #714111: hue angle of 30º 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 #714111 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 65 17 -
CMYK 0 0.42 0.85 0.56
HSL 30º 0.74% 0.25% -
HSV(B) 30º 0.85% 0.44% -
XYZ 8.8 7.33 1.48 -
YUV 73.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 113 65 17 0 0.42 0.85 0.56 30 0.74 0.25
Hex 71 41 11 0 2A 55 38 1E 4A 19
Octal 161 101 21 0 52 125 70 36 112 31
Binary 1110001 1000001 10001 0 101010 1010101 111000 11110 1001010 11001

Color Harmonies of #714111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714111

Black with #714111

Text Example


Text Example

White with #714111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714111; }

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

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

background-color css

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

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

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

border-color css

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

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

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