Html Css Color HEX #705801 Raw Umber

📋 copy color: '#705801'

red 112 ◦ green 88 ◦ blue 1

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

Shades of Raw Umber #705801

Tints of Raw Umber #705801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 55.72%
G = 43.78%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#705801 (or 0x705801) is known color: Raw Umber. HEX triplet: 70, 58 and 01. RGB value is (112,88,1). Sum of RGB (Red+Green+Blue) = 112+88+1=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #705801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705801 is #8FA7FE. Grayscale: #555555. Windows color (decimal): -9414655 or 88176. OLE color: 88176.

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

Color convert

RGB 112 88 1 -
CMYK 0 0.21 0.99 0.56
HSL 47.03º 0.98% 0.22% -
HSV(B) 47.03º 0.99% 0.44% -
XYZ 10.18 10.43 1.5 -
YUV 85.26 80.45 147.07 -
System Red Green Blue C M Y K H S L
Decimal 112 88 1 0 0.21 0.99 0.56 47.03 0.98 0.22
Hex 70 58 1 0 15 63 38 2F 62 16
Octal 160 130 1 0 25 143 70 57 142 26
Binary 1110000 1011000 1 0 10101 1100011 111000 101111 1100010 10110

Color Harmonies of #705801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705801

Black with #705801

Text Example


Text Example

White with #705801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705801; }

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

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

background-color css

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

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

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

border-color css

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

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

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