Html Css Color HEX #705518 Raw Umber

📋 copy color: '#705518'

red 112 ◦ green 85 ◦ blue 24

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

Shades of Raw Umber #705518

Tints of Raw Umber #705518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.86%

R = 50.68%
G = 38.46%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#705518 (or 0x705518) is known color: Raw Umber. HEX triplet: 70, 55 and 18. RGB value is (112,85,24). Sum of RGB (Red+Green+Blue) = 112+85+24=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #705518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705518 is #8FAAE7. Grayscale: #565656. Windows color (decimal): -9415400 or 1594736. OLE color: 1594736.

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

Color convert

RGB 112 85 24 -
CMYK 0 0.24 0.79 0.56
HSL 41.59º 0.65% 0.27% -
HSV(B) 41.59º 0.79% 0.44% -
XYZ 10.1 10.01 2.26 -
YUV 86.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 112 85 24 0 0.24 0.79 0.56 41.59 0.65 0.27
Hex 70 55 18 0 18 4F 38 2A 41 1B
Octal 160 125 30 0 30 117 70 52 101 33
Binary 1110000 1010101 11000 0 11000 1001111 111000 101010 1000001 11011

Color Harmonies of #705518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705518

Black with #705518

Text Example


Text Example

White with #705518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705518; }

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

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

background-color css

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

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

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

border-color css

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

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

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