Html Css Color HEX #705904 Raw Umber

📋 copy color: '#705904'

red 112 ◦ green 89 ◦ blue 4

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

Shades of Raw Umber #705904

Tints of Raw Umber #705904

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.41%

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

R = 54.63%
G = 43.41%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#705904 (or 0x705904) is known color: Raw Umber. HEX triplet: 70, 59 and 04. RGB value is (112,89,4). Sum of RGB (Red+Green+Blue) = 112+89+4=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #705904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705904 is #8FA6FB. Grayscale: #565656. Windows color (decimal): -9414396 or 285040. OLE color: 285040.

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

Color convert

RGB 112 89 4 -
CMYK 0 0.21 0.96 0.56
HSL 47.22º 0.93% 0.23% -
HSV(B) 47.22º 0.96% 0.44% -
XYZ 10.28 10.6 1.62 -
YUV 86.19 81.62 146.41 -
System Red Green Blue C M Y K H S L
Decimal 112 89 4 0 0.21 0.96 0.56 47.22 0.93 0.23
Hex 70 59 4 0 15 60 38 2F 5D 17
Octal 160 131 4 0 25 140 70 57 135 27
Binary 1110000 1011001 100 0 10101 1100000 111000 101111 1011101 10111

Color Harmonies of #705904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705904

Black with #705904

Text Example


Text Example

White with #705904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705904; }

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

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

background-color css

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

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

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

border-color css

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

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

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