Html Css Color HEX #714C14 Raw Umber

📋 copy color: '#714C14'

red 113 ◦ green 76 ◦ blue 20

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

Shades of Raw Umber #714C14

Tints of Raw Umber #714C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.36%

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

R = 54.07%
G = 36.36%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#714C14 (or 0x714C14) is known color: Raw Umber. HEX triplet: 71, 4C and 14. RGB value is (113,76,20). Sum of RGB (Red+Green+Blue) = 113+76+20=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #714C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714C14 is #8EB3EB. Grayscale: #505050. Windows color (decimal): -9352172 or 1330289. OLE color: 1330289.

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

Color convert

RGB 113 76 20 -
CMYK 0 0.33 0.82 0.56
HSL 36.13º 0.7% 0.26% -
HSV(B) 36.13º 0.82% 0.44% -
XYZ 9.52 8.73 1.85 -
YUV 80.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 113 76 20 0 0.33 0.82 0.56 36.13 0.7 0.26
Hex 71 4C 14 0 21 52 38 24 46 1A
Octal 161 114 24 0 41 122 70 44 106 32
Binary 1110001 1001100 10100 0 100001 1010010 111000 100100 1000110 11010

Color Harmonies of #714C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C14

Black with #714C14

Text Example


Text Example

White with #714C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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