Html Css Color HEX #714E07 Raw Umber

📋 copy color: '#714E07'

red 113 ◦ green 78 ◦ blue 7

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

Shades of Raw Umber #714E07

Tints of Raw Umber #714E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.54%

R = 57.07%
G = 39.39%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#714E07 (or 0x714E07) is known color: Raw Umber. HEX triplet: 71, 4E and 07. RGB value is (113,78,7). Sum of RGB (Red+Green+Blue) = 113+78+7=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #714E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714E07 is #8EB1F8. Grayscale: #505050. Windows color (decimal): -9351673 or 478833. OLE color: 478833.

HSL color Cylindrical-coordinate representation of color #714E07: hue angle of 40.19º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #714E07 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 78 7 -
CMYK 0 0.31 0.94 0.56
HSL 40.19º 0.88% 0.24% -
HSV(B) 40.19º 0.94% 0.44% -
XYZ 9.57 8.97 1.43 -
YUV 80.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 113 78 7 0 0.31 0.94 0.56 40.19 0.88 0.24
Hex 71 4E 7 0 1F 5E 38 28 58 18
Octal 161 116 7 0 37 136 70 50 130 30
Binary 1110001 1001110 111 0 11111 1011110 111000 101000 1011000 11000

Color Harmonies of #714E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E07

Black with #714E07

Text Example


Text Example

White with #714E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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