Html Css Color HEX #705407 Raw Umber

📋 copy color: '#705407'

red 112 ◦ green 84 ◦ blue 7

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

Shades of Raw Umber #705407

Tints of Raw Umber #705407

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

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

R = 55.17%
G = 41.38%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#705407 (or 0x705407) is known color: Raw Umber. HEX triplet: 70, 54 and 07. RGB value is (112,84,7). Sum of RGB (Red+Green+Blue) = 112+84+7=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #705407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705407 is #8FABF8. Grayscale: #535353. Windows color (decimal): -9415673 or 480368. OLE color: 480368.

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

Color convert

RGB 112 84 7 -
CMYK 0 0.25 0.94 0.56
HSL 44º 0.88% 0.23% -
HSV(B) 44º 0.94% 0.44% -
XYZ 9.89 9.8 1.57 -
YUV 83.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 112 84 7 0 0.25 0.94 0.56 44 0.88 0.23
Hex 70 54 7 0 19 5E 38 2C 58 17
Octal 160 124 7 0 31 136 70 54 130 27
Binary 1110000 1010100 111 0 11001 1011110 111000 101100 1011000 10111

Color Harmonies of #705407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705407

Black with #705407

Text Example


Text Example

White with #705407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705407; }

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

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

background-color css

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

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

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

border-color css

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

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

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