Html Css Color HEX #705100 Raw Umber

📋 copy color: '#705100'

red 112 ◦ green 81 ◦ blue 0

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

Shades of Raw Umber #705100

Tints of Raw Umber #705100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.03%
G = 41.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#705100 (or 0x705100) is known color: Raw Umber. HEX triplet: 70, 51 and 00. RGB value is (112,81,0). Sum of RGB (Red+Green+Blue) = 112+81+0=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #705100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705100 is #8FAEFF. Grayscale: #515151. Windows color (decimal): -9416448 or 20848. OLE color: 20848.

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

Color convert

RGB 112 81 0 -
CMYK 0 0.28 1 0.56
HSL 43.39º 1% 0.22% -
HSV(B) 43.39º 1% 0.44% -
XYZ 9.62 9.33 1.29 -
YUV 81.04 82.27 150.09 -
System Red Green Blue C M Y K H S L
Decimal 112 81 0 0 0.28 1 0.56 43.39 1 0.22
Hex 70 51 0 0 1C 64 38 2B 64 16
Octal 160 121 0 0 34 144 70 53 144 26
Binary 1110000 1010001 0 0 11100 1100100 111000 101011 1100100 10110

Color Harmonies of #705100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705100

Black with #705100

Text Example


Text Example

White with #705100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705100; }

 p { color: rgb(112,81,0); }

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

background-color css

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

 a { background-color: rgb(112,81,0); }

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

border-color css

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

 span { border-color: rgb(112,81,0); }

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