Html Css Color HEX #714607 Raw Umber

📋 copy color: '#714607'

red 113 ◦ green 70 ◦ blue 7

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

Shades of Raw Umber #714607

Tints of Raw Umber #714607

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.84%

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

R = 59.47%
G = 36.84%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#714607 (or 0x714607) is known color: Raw Umber. HEX triplet: 71, 46 and 07. RGB value is (113,70,7). Sum of RGB (Red+Green+Blue) = 113+70+7=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #714607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714607 is #8EB9F8. Grayscale: #4B4B4B. Windows color (decimal): -9353721 or 476785. OLE color: 476785.

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

Color convert

RGB 113 70 7 -
CMYK 0 0.38 0.94 0.56
HSL 35.66º 0.88% 0.24% -
HSV(B) 35.66º 0.94% 0.44% -
XYZ 9.04 7.91 1.25 -
YUV 75.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 113 70 7 0 0.38 0.94 0.56 35.66 0.88 0.24
Hex 71 46 7 0 26 5E 38 24 58 18
Octal 161 106 7 0 46 136 70 44 130 30
Binary 1110001 1000110 111 0 100110 1011110 111000 100100 1011000 11000

Color Harmonies of #714607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714607

Black with #714607

Text Example


Text Example

White with #714607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714607; }

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

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

background-color css

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

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

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

border-color css

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

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

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