Html Css Color HEX #714210 Raw Umber

📋 copy color: '#714210'

red 113 ◦ green 66 ◦ blue 16

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

Shades of Raw Umber #714210

Tints of Raw Umber #714210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.21%

R = 57.95%
G = 33.85%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#714210 (or 0x714210) is known color: Raw Umber. HEX triplet: 71, 42 and 10. RGB value is (113,66,16). Sum of RGB (Red+Green+Blue) = 113+66+16=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #714210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714210 is #8EBDEF. Grayscale: #4A4A4A. Windows color (decimal): -9354736 or 1065585. OLE color: 1065585.

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

Color convert

RGB 113 66 16 -
CMYK 0 0.42 0.86 0.56
HSL 30.93º 0.75% 0.25% -
HSV(B) 30.93º 0.86% 0.44% -
XYZ 8.85 7.44 1.46 -
YUV 74.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 113 66 16 0 0.42 0.86 0.56 30.93 0.75 0.25
Hex 71 42 10 0 2A 56 38 1F 4B 19
Octal 161 102 20 0 52 126 70 37 113 31
Binary 1110001 1000010 10000 0 101010 1010110 111000 11111 1001011 11001

Color Harmonies of #714210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714210

Black with #714210

Text Example


Text Example

White with #714210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714210; }

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

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

background-color css

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

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

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

border-color css

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

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

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