Html Css Color HEX #704108 Raw Umber

📋 copy color: '#704108'

red 112 ◦ green 65 ◦ blue 8

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

Shades of Raw Umber #704108

Tints of Raw Umber #704108

RGB

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

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

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

R = 60.54%
G = 35.14%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#704108 (or 0x704108) is known color: Raw Umber. HEX triplet: 70, 41 and 08. RGB value is (112,65,8). Sum of RGB (Red+Green+Blue) = 112+65+8=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #704108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704108 is #8FBEF7. Grayscale: #484848. Windows color (decimal): -9420536 or 541040. OLE color: 541040.

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

Color convert

RGB 112 65 8 -
CMYK 0 0.42 0.93 0.56
HSL 32.88º 0.87% 0.24% -
HSV(B) 32.88º 0.93% 0.44% -
XYZ 8.62 7.24 1.17 -
YUV 72.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 112 65 8 0 0.42 0.93 0.56 32.88 0.87 0.24
Hex 70 41 8 0 2A 5D 38 21 57 18
Octal 160 101 10 0 52 135 70 41 127 30
Binary 1110000 1000001 1000 0 101010 1011101 111000 100001 1010111 11000

Color Harmonies of #704108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704108

Black with #704108

Text Example


Text Example

White with #704108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704108; }

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

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

background-color css

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

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

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

border-color css

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

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

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