Html Css Color HEX #704104 Raw Umber

📋 copy color: '#704104'

red 112 ◦ green 65 ◦ blue 4

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

Shades of Raw Umber #704104

Tints of Raw Umber #704104

RGB

 RED value IS 112 (44.14% from 255) = 61.88%

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

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

R = 61.88%
G = 35.91%
B = 2.21%

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

#704104 (or 0x704104) is known color: Raw Umber. HEX triplet: 70, 41 and 04. RGB value is (112,65,4). Sum of RGB (Red+Green+Blue) = 112+65+4=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #704104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704104 is #8FBEFB. Grayscale: #484848. Windows color (decimal): -9420540 or 278896. OLE color: 278896.

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

Color convert

RGB 112 65 4 -
CMYK 0 0.42 0.96 0.56
HSL 33.89º 0.93% 0.23% -
HSV(B) 33.89º 0.96% 0.44% -
XYZ 8.59 7.23 1.06 -
YUV 72.1 89.57 156.46 -
System Red Green Blue C M Y K H S L
Decimal 112 65 4 0 0.42 0.96 0.56 33.89 0.93 0.23
Hex 70 41 4 0 2A 60 38 22 5D 17
Octal 160 101 4 0 52 140 70 42 135 27
Binary 1110000 1000001 100 0 101010 1100000 111000 100010 1011101 10111

Color Harmonies of #704104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704104

Black with #704104

Text Example


Text Example

White with #704104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704104; }

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

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

background-color css

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

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

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

border-color css

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

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

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