Html Css Color HEX #714014 Raw Umber

📋 copy color: '#714014'

red 113 ◦ green 64 ◦ blue 20

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

Shades of Raw Umber #714014

Tints of Raw Umber #714014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.49%

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

R = 57.36%
G = 32.49%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#714014 (or 0x714014) is known color: Raw Umber. HEX triplet: 71, 40 and 14. RGB value is (113,64,20). Sum of RGB (Red+Green+Blue) = 113+64+20=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #714014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714014 is #8EBFEB. Grayscale: #494949. Windows color (decimal): -9355244 or 1327217. OLE color: 1327217.

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

Color convert

RGB 113 64 20 -
CMYK 0 0.43 0.82 0.56
HSL 28.39º 0.7% 0.26% -
HSV(B) 28.39º 0.82% 0.44% -
XYZ 8.77 7.23 1.59 -
YUV 73.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 113 64 20 0 0.43 0.82 0.56 28.39 0.7 0.26
Hex 71 40 14 0 2B 52 38 1C 46 1A
Octal 161 100 24 0 53 122 70 34 106 32
Binary 1110001 1000000 10100 0 101011 1010010 111000 11100 1000110 11010

Color Harmonies of #714014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714014

Black with #714014

Text Example


Text Example

White with #714014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714014; }

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

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

background-color css

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

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

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

border-color css

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

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

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