Html Css Color HEX #714E12 Raw Umber

📋 copy color: '#714E12'

red 113 ◦ green 78 ◦ blue 18

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

Shades of Raw Umber #714E12

Tints of Raw Umber #714E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.32%

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

R = 54.07%
G = 37.32%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#714E12 (or 0x714E12) is known color: Raw Umber. HEX triplet: 71, 4E and 12. RGB value is (113,78,18). Sum of RGB (Red+Green+Blue) = 113+78+18=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #714E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714E12 is #8EB1ED. Grayscale: #515151. Windows color (decimal): -9351662 or 1199729. OLE color: 1199729.

HSL color Cylindrical-coordinate representation of color #714E12: hue angle of 37.89º 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 #714E12 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 78 18 -
CMYK 0 0.31 0.84 0.56
HSL 37.89º 0.73% 0.26% -
HSV(B) 37.89º 0.84% 0.44% -
XYZ 9.64 9 1.8 -
YUV 81.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 113 78 18 0 0.31 0.84 0.56 37.89 0.73 0.26
Hex 71 4E 12 0 1F 54 38 26 49 1A
Octal 161 116 22 0 37 124 70 46 111 32
Binary 1110001 1001110 10010 0 11111 1010100 111000 100110 1001001 11010

Color Harmonies of #714E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E12

Black with #714E12

Text Example


Text Example

White with #714E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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