Html Css Color HEX #705B04 Raw Umber

📋 copy color: '#705B04'

red 112 ◦ green 91 ◦ blue 4

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

Shades of Raw Umber #705B04

Tints of Raw Umber #705B04

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.96%

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

R = 54.11%
G = 43.96%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#705B04 (or 0x705B04) is known color: Raw Umber. HEX triplet: 70, 5B and 04. RGB value is (112,91,4). Sum of RGB (Red+Green+Blue) = 112+91+4=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #705B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B04 is #8FA4FB. Grayscale: #575757. Windows color (decimal): -9413884 or 285552. OLE color: 285552.

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

Color convert

RGB 112 91 4 -
CMYK 0 0.19 0.96 0.56
HSL 48.33º 0.93% 0.23% -
HSV(B) 48.33º 0.96% 0.44% -
XYZ 10.45 10.94 1.68 -
YUV 87.36 80.96 145.57 -
System Red Green Blue C M Y K H S L
Decimal 112 91 4 0 0.19 0.96 0.56 48.33 0.93 0.23
Hex 70 5B 4 0 13 60 38 30 5D 17
Octal 160 133 4 0 23 140 70 60 135 27
Binary 1110000 1011011 100 0 10011 1100000 111000 110000 1011101 10111

Color Harmonies of #705B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B04

Black with #705B04

Text Example


Text Example

White with #705B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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