Html Css Color HEX #705507 Raw Umber

📋 copy color: '#705507'

red 112 ◦ green 85 ◦ blue 7

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

Shades of Raw Umber #705507

Tints of Raw Umber #705507

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.67%

 BLUE value IS 7 (3.13% from 255) = 3.43%

R = 54.9%
G = 41.67%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#705507 (or 0x705507) is known color: Raw Umber. HEX triplet: 70, 55 and 07. RGB value is (112,85,7). Sum of RGB (Red+Green+Blue) = 112+85+7=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #705507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705507 is #8FAAF8. Grayscale: #545454. Windows color (decimal): -9415417 or 480624. OLE color: 480624.

HSL color Cylindrical-coordinate representation of color #705507: hue angle of 44.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #705507 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 85 7 -
CMYK 0 0.24 0.94 0.56
HSL 44.57º 0.88% 0.23% -
HSV(B) 44.57º 0.94% 0.44% -
XYZ 9.97 9.96 1.6 -
YUV 84.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 112 85 7 0 0.24 0.94 0.56 44.57 0.88 0.23
Hex 70 55 7 0 18 5E 38 2D 58 17
Octal 160 125 7 0 30 136 70 55 130 27
Binary 1110000 1010101 111 0 11000 1011110 111000 101101 1011000 10111

Color Harmonies of #705507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705507

Black with #705507

Text Example


Text Example

White with #705507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705507; }

 p { color: rgb(112,85,7); }

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

background-color css

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

 a { background-color: rgb(112,85,7); }

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

border-color css

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

 span { border-color: rgb(112,85,7); }

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