Html Css Color HEX #714114 Raw Umber

📋 copy color: '#714114'

red 113 ◦ green 65 ◦ blue 20

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

Shades of Raw Umber #714114

Tints of Raw Umber #714114

RGB

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

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

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

R = 57.07%
G = 32.83%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#714114 (or 0x714114) is known color: Raw Umber. HEX triplet: 71, 41 and 14. RGB value is (113,65,20). Sum of RGB (Red+Green+Blue) = 113+65+20=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #714114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714114 is #8EBEEB. Grayscale: #4A4A4A. Windows color (decimal): -9354988 or 1327473. OLE color: 1327473.

HSL color Cylindrical-coordinate representation of color #714114: hue angle of 29.03º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #714114 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 65 20 -
CMYK 0 0.42 0.82 0.56
HSL 29.03º 0.7% 0.26% -
HSV(B) 29.03º 0.82% 0.44% -
XYZ 8.83 7.34 1.61 -
YUV 74.22 97.4 155.66 -
System Red Green Blue C M Y K H S L
Decimal 113 65 20 0 0.42 0.82 0.56 29.03 0.7 0.26
Hex 71 41 14 0 2A 52 38 1D 46 1A
Octal 161 101 24 0 52 122 70 35 106 32
Binary 1110001 1000001 10100 0 101010 1010010 111000 11101 1000110 11010

Color Harmonies of #714114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714114

Black with #714114

Text Example


Text Example

White with #714114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714114; }

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

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

background-color css

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

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

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

border-color css

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

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

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