Html Css Color HEX #714010 Raw Umber

📋 copy color: '#714010'

red 113 ◦ green 64 ◦ blue 16

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

Shades of Raw Umber #714010

Tints of Raw Umber #714010

RGB

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

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

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

R = 58.55%
G = 33.16%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#714010 (or 0x714010) is known color: Raw Umber. HEX triplet: 71, 40 and 10. RGB value is (113,64,16). Sum of RGB (Red+Green+Blue) = 113+64+16=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #714010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714010 is #8EBFEF. Grayscale: #494949. Windows color (decimal): -9355248 or 1065073. OLE color: 1065073.

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

Color convert

RGB 113 64 16 -
CMYK 0 0.43 0.86 0.56
HSL 29.69º 0.75% 0.25% -
HSV(B) 29.69º 0.86% 0.44% -
XYZ 8.74 7.21 1.42 -
YUV 73.18 95.73 156.4 -
System Red Green Blue C M Y K H S L
Decimal 113 64 16 0 0.43 0.86 0.56 29.69 0.75 0.25
Hex 71 40 10 0 2B 56 38 1E 4B 19
Octal 161 100 20 0 53 126 70 36 113 31
Binary 1110001 1000000 10000 0 101011 1010110 111000 11110 1001011 11001

Color Harmonies of #714010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714010

Black with #714010

Text Example


Text Example

White with #714010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714010; }

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

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

background-color css

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

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

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

border-color css

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

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

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