Html Css Color HEX #705719 Raw Umber

📋 copy color: '#705719'

red 112 ◦ green 87 ◦ blue 25

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

Shades of Raw Umber #705719

Tints of Raw Umber #705719

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.84%

 BLUE value IS 25 (10.16% from 255) = 11.16%

R = 50%
G = 38.84%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#705719 (or 0x705719) is known color: Raw Umber. HEX triplet: 70, 57 and 19. RGB value is (112,87,25). Sum of RGB (Red+Green+Blue) = 112+87+25=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #705719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705719 is #8FA8E6. Grayscale: #575757. Windows color (decimal): -9414887 or 1660784. OLE color: 1660784.

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

Color convert

RGB 112 87 25 -
CMYK 0 0.22 0.78 0.56
HSL 42.76º 0.64% 0.27% -
HSV(B) 42.76º 0.78% 0.44% -
XYZ 10.27 10.33 2.37 -
YUV 87.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 112 87 25 0 0.22 0.78 0.56 42.76 0.64 0.27
Hex 70 57 19 0 16 4E 38 2B 40 1B
Octal 160 127 31 0 26 116 70 53 100 33
Binary 1110000 1010111 11001 0 10110 1001110 111000 101011 1000000 11011

Color Harmonies of #705719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705719

Black with #705719

Text Example


Text Example

White with #705719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705719; }

 p { color: rgb(112,87,25); }

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

background-color css

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

 a { background-color: rgb(112,87,25); }

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

border-color css

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

 span { border-color: rgb(112,87,25); }

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