Html Css Color HEX #705005 Raw Umber

📋 copy color: '#705005'

red 112 ◦ green 80 ◦ blue 5

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

Shades of Raw Umber #705005

Tints of Raw Umber #705005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.61%

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

R = 56.85%
G = 40.61%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#705005 (or 0x705005) is known color: Raw Umber. HEX triplet: 70, 50 and 05. RGB value is (112,80,5). Sum of RGB (Red+Green+Blue) = 112+80+5=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #705005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705005 is #8FAFFA. Grayscale: #515151. Windows color (decimal): -9416699 or 348272. OLE color: 348272.

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

Color convert

RGB 112 80 5 -
CMYK 0 0.29 0.96 0.56
HSL 42.06º 0.91% 0.23% -
HSV(B) 42.06º 0.96% 0.44% -
XYZ 9.58 9.19 1.41 -
YUV 81.02 85.1 150.1 -
System Red Green Blue C M Y K H S L
Decimal 112 80 5 0 0.29 0.96 0.56 42.06 0.91 0.23
Hex 70 50 5 0 1D 60 38 2A 5B 17
Octal 160 120 5 0 35 140 70 52 133 27
Binary 1110000 1010000 101 0 11101 1100000 111000 101010 1011011 10111

Color Harmonies of #705005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705005

Black with #705005

Text Example


Text Example

White with #705005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705005; }

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

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

background-color css

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

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

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

border-color css

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

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

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