Html Css Color HEX #704107 Raw Umber

📋 copy color: '#704107'

red 112 ◦ green 65 ◦ blue 7

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

Shades of Raw Umber #704107

Tints of Raw Umber #704107

RGB

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

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

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

R = 60.87%
G = 35.33%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#704107 (or 0x704107) is known color: Raw Umber. HEX triplet: 70, 41 and 07. RGB value is (112,65,7). Sum of RGB (Red+Green+Blue) = 112+65+7=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #704107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704107 is #8FBEF8. Grayscale: #484848. Windows color (decimal): -9420537 or 475504. OLE color: 475504.

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

Color convert

RGB 112 65 7 -
CMYK 0 0.42 0.94 0.56
HSL 33.14º 0.88% 0.23% -
HSV(B) 33.14º 0.94% 0.44% -
XYZ 8.61 7.24 1.14 -
YUV 72.44 91.07 156.22 -
System Red Green Blue C M Y K H S L
Decimal 112 65 7 0 0.42 0.94 0.56 33.14 0.88 0.23
Hex 70 41 7 0 2A 5E 38 21 58 17
Octal 160 101 7 0 52 136 70 41 130 27
Binary 1110000 1000001 111 0 101010 1011110 111000 100001 1011000 10111

Color Harmonies of #704107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704107

Black with #704107

Text Example


Text Example

White with #704107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704107; }

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

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

background-color css

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

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

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

border-color css

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

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

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