Html Css Color HEX #714012 Raw Umber

📋 copy color: '#714012'

red 113 ◦ green 64 ◦ blue 18

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

Shades of Raw Umber #714012

Tints of Raw Umber #714012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.23%

R = 57.95%
G = 32.82%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#714012 (or 0x714012) is known color: Raw Umber. HEX triplet: 71, 40 and 12. RGB value is (113,64,18). Sum of RGB (Red+Green+Blue) = 113+64+18=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #714012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714012 is #8EBFED. Grayscale: #494949. Windows color (decimal): -9355246 or 1196145. OLE color: 1196145.

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

Color convert

RGB 113 64 18 -
CMYK 0 0.43 0.84 0.56
HSL 29.05º 0.73% 0.26% -
HSV(B) 29.05º 0.84% 0.44% -
XYZ 8.75 7.22 1.5 -
YUV 73.41 96.73 156.24 -
System Red Green Blue C M Y K H S L
Decimal 113 64 18 0 0.43 0.84 0.56 29.05 0.73 0.26
Hex 71 40 12 0 2B 54 38 1D 49 1A
Octal 161 100 22 0 53 124 70 35 111 32
Binary 1110001 1000000 10010 0 101011 1010100 111000 11101 1001001 11010

Color Harmonies of #714012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714012

Black with #714012

Text Example


Text Example

White with #714012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714012; }

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

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

background-color css

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

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

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

border-color css

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

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

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