Html Css Color HEX #705B05 Raw Umber

📋 copy color: '#705B05'

red 112 ◦ green 91 ◦ blue 5

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

Shades of Raw Umber #705B05

Tints of Raw Umber #705B05

RGB

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

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

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

R = 53.85%
G = 43.75%
B = 2.4%

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

#705B05 (or 0x705B05) is known color: Raw Umber. HEX triplet: 70, 5B and 05. RGB value is (112,91,5). Sum of RGB (Red+Green+Blue) = 112+91+5=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #705B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B05 is #8FA4FA. Grayscale: #575757. Windows color (decimal): -9413883 or 351088. OLE color: 351088.

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

Color convert

RGB 112 91 5 -
CMYK 0 0.19 0.96 0.56
HSL 48.22º 0.91% 0.23% -
HSV(B) 48.22º 0.96% 0.44% -
XYZ 10.45 10.94 1.7 -
YUV 87.48 81.46 145.49 -
System Red Green Blue C M Y K H S L
Decimal 112 91 5 0 0.19 0.96 0.56 48.22 0.91 0.23
Hex 70 5B 5 0 13 60 38 30 5B 17
Octal 160 133 5 0 23 140 70 60 133 27
Binary 1110000 1011011 101 0 10011 1100000 111000 110000 1011011 10111

Color Harmonies of #705B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B05

Black with #705B05

Text Example


Text Example

White with #705B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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