Html Css Color HEX #714104 Raw Umber

📋 copy color: '#714104'

red 113 ◦ green 65 ◦ blue 4

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

Shades of Raw Umber #714104

Tints of Raw Umber #714104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.71%

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

R = 62.09%
G = 35.71%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#714104 (or 0x714104) is known color: Raw Umber. HEX triplet: 71, 41 and 04. RGB value is (113,65,4). Sum of RGB (Red+Green+Blue) = 113+65+4=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #714104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714104 is #8EBEFB. Grayscale: #484848. Windows color (decimal): -9355004 or 278897. OLE color: 278897.

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

Color convert

RGB 113 65 4 -
CMYK 0 0.42 0.96 0.56
HSL 33.58º 0.93% 0.23% -
HSV(B) 33.58º 0.96% 0.44% -
XYZ 8.72 7.3 1.06 -
YUV 72.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 113 65 4 0 0.42 0.96 0.56 33.58 0.93 0.23
Hex 71 41 4 0 2A 60 38 22 5D 17
Octal 161 101 4 0 52 140 70 42 135 27
Binary 1110001 1000001 100 0 101010 1100000 111000 100010 1011101 10111

Color Harmonies of #714104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714104

Black with #714104

Text Example


Text Example

White with #714104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714104; }

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

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

background-color css

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

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

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

border-color css

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

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

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