Html Css Color HEX #705807 Raw Umber

📋 copy color: '#705807'

red 112 ◦ green 88 ◦ blue 7

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

Shades of Raw Umber #705807

Tints of Raw Umber #705807

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.51%

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

R = 54.11%
G = 42.51%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#705807 (or 0x705807) is known color: Raw Umber. HEX triplet: 70, 58 and 07. RGB value is (112,88,7). Sum of RGB (Red+Green+Blue) = 112+88+7=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #705807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705807 is #8FA7F8. Grayscale: #565656. Windows color (decimal): -9414649 or 481392. OLE color: 481392.

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

Color convert

RGB 112 88 7 -
CMYK 0 0.21 0.94 0.56
HSL 46.29º 0.88% 0.23% -
HSV(B) 46.29º 0.94% 0.44% -
XYZ 10.21 10.44 1.68 -
YUV 85.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 112 88 7 0 0.21 0.94 0.56 46.29 0.88 0.23
Hex 70 58 7 0 15 5E 38 2E 58 17
Octal 160 130 7 0 25 136 70 56 130 27
Binary 1110000 1011000 111 0 10101 1011110 111000 101110 1011000 10111

Color Harmonies of #705807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705807

Black with #705807

Text Example


Text Example

White with #705807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705807; }

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

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

background-color css

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

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

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

border-color css

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

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

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