Html Css Color HEX #714407 Raw Umber

📋 copy color: '#714407'

red 113 ◦ green 68 ◦ blue 7

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

Shades of Raw Umber #714407

Tints of Raw Umber #714407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.17%

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

R = 60.11%
G = 36.17%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#714407 (or 0x714407) is known color: Raw Umber. HEX triplet: 71, 44 and 07. RGB value is (113,68,7). Sum of RGB (Red+Green+Blue) = 113+68+7=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #714407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714407 is #8EBBF8. Grayscale: #4A4A4A. Windows color (decimal): -9354233 or 476273. OLE color: 476273.

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

Color convert

RGB 113 68 7 -
CMYK 0 0.40 0.94 0.56
HSL 34.53º 0.88% 0.24% -
HSV(B) 34.53º 0.94% 0.44% -
XYZ 8.92 7.66 1.21 -
YUV 74.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 113 68 7 0 0.40 0.94 0.56 34.53 0.88 0.24
Hex 71 44 7 0 28 5E 38 23 58 18
Octal 161 104 7 0 50 136 70 43 130 30
Binary 1110001 1000100 111 0 101000 1011110 111000 100011 1011000 11000

Color Harmonies of #714407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714407

Black with #714407

Text Example


Text Example

White with #714407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714407; }

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

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

background-color css

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

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

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

border-color css

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

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

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