Html Css Color HEX #714214 Raw Umber

📋 copy color: '#714214'

red 113 ◦ green 66 ◦ blue 20

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

Shades of Raw Umber #714214

Tints of Raw Umber #714214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.17%

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

R = 56.78%
G = 33.17%
B = 10.05%

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

#714214 (or 0x714214) is known color: Raw Umber. HEX triplet: 71, 42 and 14. RGB value is (113,66,20). Sum of RGB (Red+Green+Blue) = 113+66+20=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #714214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714214 is #8EBDEB. Grayscale: #4B4B4B. Windows color (decimal): -9354732 or 1327729. OLE color: 1327729.

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

Color convert

RGB 113 66 20 -
CMYK 0 0.42 0.82 0.56
HSL 29.68º 0.7% 0.26% -
HSV(B) 29.68º 0.82% 0.44% -
XYZ 8.88 7.46 1.63 -
YUV 74.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 113 66 20 0 0.42 0.82 0.56 29.68 0.7 0.26
Hex 71 42 14 0 2A 52 38 1E 46 1A
Octal 161 102 24 0 52 122 70 36 106 32
Binary 1110001 1000010 10100 0 101010 1010010 111000 11110 1000110 11010

Color Harmonies of #714214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714214

Black with #714214

Text Example


Text Example

White with #714214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714214; }

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

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

background-color css

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

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

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

border-color css

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

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

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