Html Css Color HEX #714004 Raw Umber

📋 copy color: '#714004'

red 113 ◦ green 64 ◦ blue 4

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

Shades of Raw Umber #714004

Tints of Raw Umber #714004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.36%

 BLUE value IS 4 (1.95% from 255) = 2.21%

R = 62.43%
G = 35.36%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#714004 (or 0x714004) is known color: Raw Umber. HEX triplet: 71, 40 and 04. RGB value is (113,64,4). Sum of RGB (Red+Green+Blue) = 113+64+4=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #714004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714004 is #8EBFFB. Grayscale: #484848. Windows color (decimal): -9355260 or 278641. OLE color: 278641.

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

Color convert

RGB 113 64 4 -
CMYK 0 0.43 0.96 0.56
HSL 33.03º 0.93% 0.23% -
HSV(B) 33.03º 0.96% 0.44% -
XYZ 8.67 7.19 1.05 -
YUV 71.81 89.73 157.38 -
System Red Green Blue C M Y K H S L
Decimal 113 64 4 0 0.43 0.96 0.56 33.03 0.93 0.23
Hex 71 40 4 0 2B 60 38 21 5D 17
Octal 161 100 4 0 53 140 70 41 135 27
Binary 1110001 1000000 100 0 101011 1100000 111000 100001 1011101 10111

Color Harmonies of #714004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714004

Black with #714004

Text Example


Text Example

White with #714004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714004; }

 p { color: rgb(113,64,4); }

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

background-color css

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

 a { background-color: rgb(113,64,4); }

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

border-color css

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

 span { border-color: rgb(113,64,4); }

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