Html Css Color HEX #705319 Raw Umber

📋 copy color: '#705319'

red 112 ◦ green 83 ◦ blue 25

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

Shades of Raw Umber #705319

Tints of Raw Umber #705319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.73%

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

R = 50.91%
G = 37.73%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#705319 (or 0x705319) is known color: Raw Umber. HEX triplet: 70, 53 and 19. RGB value is (112,83,25). Sum of RGB (Red+Green+Blue) = 112+83+25=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #705319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705319 is #8FACE6. Grayscale: #555555. Windows color (decimal): -9415911 or 1659760. OLE color: 1659760.

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

Color convert

RGB 112 83 25 -
CMYK 0 0.26 0.78 0.56
HSL 40º 0.64% 0.27% -
HSV(B) 40º 0.78% 0.44% -
XYZ 9.95 9.7 2.27 -
YUV 85.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 112 83 25 0 0.26 0.78 0.56 40 0.64 0.27
Hex 70 53 19 0 1A 4E 38 28 40 1B
Octal 160 123 31 0 32 116 70 50 100 33
Binary 1110000 1010011 11001 0 11010 1001110 111000 101000 1000000 11011

Color Harmonies of #705319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705319

Black with #705319

Text Example


Text Example

White with #705319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705319; }

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

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

background-color css

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

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

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

border-color css

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

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

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