Html Css Color HEX #714608 Raw Umber

📋 copy color: '#714608'

red 113 ◦ green 70 ◦ blue 8

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

Shades of Raw Umber #714608

Tints of Raw Umber #714608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.19%

R = 59.16%
G = 36.65%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#714608 (or 0x714608) is known color: Raw Umber. HEX triplet: 71, 46 and 08. RGB value is (113,70,8). Sum of RGB (Red+Green+Blue) = 113+70+8=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #714608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714608 is #8EB9F7. Grayscale: #4C4C4C. Windows color (decimal): -9353720 or 542321. OLE color: 542321.

HSL color Cylindrical-coordinate representation of color #714608: hue angle of 35.43º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #714608 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 70 8 -
CMYK 0 0.38 0.93 0.56
HSL 35.43º 0.87% 0.24% -
HSV(B) 35.43º 0.93% 0.44% -
XYZ 9.04 7.91 1.28 -
YUV 75.79 89.75 154.54 -
System Red Green Blue C M Y K H S L
Decimal 113 70 8 0 0.38 0.93 0.56 35.43 0.87 0.24
Hex 71 46 8 0 26 5D 38 23 57 18
Octal 161 106 10 0 46 135 70 43 127 30
Binary 1110001 1000110 1000 0 100110 1011101 111000 100011 1010111 11000

Color Harmonies of #714608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714608

Black with #714608

Text Example


Text Example

White with #714608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714608; }

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

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

background-color css

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

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

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

border-color css

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

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

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