Html Css Color HEX #704105 Raw Umber

📋 copy color: '#704105'

red 112 ◦ green 65 ◦ blue 5

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

Shades of Raw Umber #704105

Tints of Raw Umber #704105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.75%

R = 61.54%
G = 35.71%
B = 2.75%

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

#704105 (or 0x704105) is known color: Raw Umber. HEX triplet: 70, 41 and 05. RGB value is (112,65,5). Sum of RGB (Red+Green+Blue) = 112+65+5=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #704105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704105 is #8FBEFA. Grayscale: #484848. Windows color (decimal): -9420539 or 344432. OLE color: 344432.

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

Color convert

RGB 112 65 5 -
CMYK 0 0.42 0.96 0.56
HSL 33.64º 0.91% 0.23% -
HSV(B) 33.64º 0.96% 0.44% -
XYZ 8.6 7.24 1.09 -
YUV 72.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 112 65 5 0 0.42 0.96 0.56 33.64 0.91 0.23
Hex 70 41 5 0 2A 60 38 22 5B 17
Octal 160 101 5 0 52 140 70 42 133 27
Binary 1110000 1000001 101 0 101010 1100000 111000 100010 1011011 10111

Color Harmonies of #704105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704105

Black with #704105

Text Example


Text Example

White with #704105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704105; }

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

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

background-color css

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

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

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

border-color css

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

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

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