Html Css Color HEX #705618 Raw Umber

📋 copy color: '#705618'

red 112 ◦ green 86 ◦ blue 24

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

Shades of Raw Umber #705618

Tints of Raw Umber #705618

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.74%

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

R = 50.45%
G = 38.74%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#705618 (or 0x705618) is known color: Raw Umber. HEX triplet: 70, 56 and 18. RGB value is (112,86,24). Sum of RGB (Red+Green+Blue) = 112+86+24=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #705618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705618 is #8FA9E7. Grayscale: #565656. Windows color (decimal): -9415144 or 1594992. OLE color: 1594992.

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

Color convert

RGB 112 86 24 -
CMYK 0 0.23 0.79 0.56
HSL 42.27º 0.65% 0.27% -
HSV(B) 42.27º 0.79% 0.44% -
XYZ 10.17 10.17 2.29 -
YUV 86.71 92.61 146.04 -
System Red Green Blue C M Y K H S L
Decimal 112 86 24 0 0.23 0.79 0.56 42.27 0.65 0.27
Hex 70 56 18 0 17 4F 38 2A 41 1B
Octal 160 126 30 0 27 117 70 52 101 33
Binary 1110000 1010110 11000 0 10111 1001111 111000 101010 1000001 11011

Color Harmonies of #705618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705618

Black with #705618

Text Example


Text Example

White with #705618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705618; }

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

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

background-color css

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

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

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

border-color css

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

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

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