Html Css Color HEX #714D07 Raw Umber

📋 copy color: '#714D07'

red 113 ◦ green 77 ◦ blue 7

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

Shades of Raw Umber #714D07

Tints of Raw Umber #714D07

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.09%

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

R = 57.36%
G = 39.09%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#714D07 (or 0x714D07) is known color: Raw Umber. HEX triplet: 71, 4D and 07. RGB value is (113,77,7). Sum of RGB (Red+Green+Blue) = 113+77+7=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #714D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714D07 is #8EB2F8. Grayscale: #505050. Windows color (decimal): -9351929 or 478577. OLE color: 478577.

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

Color convert

RGB 113 77 7 -
CMYK 0 0.32 0.94 0.56
HSL 39.62º 0.88% 0.24% -
HSV(B) 39.62º 0.94% 0.44% -
XYZ 9.5 8.83 1.41 -
YUV 79.78 86.93 151.69 -
System Red Green Blue C M Y K H S L
Decimal 113 77 7 0 0.32 0.94 0.56 39.62 0.88 0.24
Hex 71 4D 7 0 20 5E 38 28 58 18
Octal 161 115 7 0 40 136 70 50 130 30
Binary 1110001 1001101 111 0 100000 1011110 111000 101000 1011000 11000

Color Harmonies of #714D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D07

Black with #714D07

Text Example


Text Example

White with #714D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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