Html Css Color HEX #705901 Raw Umber

📋 copy color: '#705901'

red 112 ◦ green 89 ◦ blue 1

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

Shades of Raw Umber #705901

Tints of Raw Umber #705901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.06%

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

R = 55.45%
G = 44.06%
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

#705901 (or 0x705901) is known color: Raw Umber. HEX triplet: 70, 59 and 01. RGB value is (112,89,1). Sum of RGB (Red+Green+Blue) = 112+89+1=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #705901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705901 is #8FA6FE. Grayscale: #565656. Windows color (decimal): -9414399 or 88432. OLE color: 88432.

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

Color convert

RGB 112 89 1 -
CMYK 0 0.21 0.99 0.56
HSL 47.57º 0.98% 0.22% -
HSV(B) 47.57º 0.99% 0.44% -
XYZ 10.26 10.59 1.53 -
YUV 85.85 80.12 146.66 -
System Red Green Blue C M Y K H S L
Decimal 112 89 1 0 0.21 0.99 0.56 47.57 0.98 0.22
Hex 70 59 1 0 15 63 38 30 62 16
Octal 160 131 1 0 25 143 70 60 142 26
Binary 1110000 1011001 1 0 10101 1100011 111000 110000 1100010 10110

Color Harmonies of #705901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705901

Black with #705901

Text Example


Text Example

White with #705901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705901; }

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

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

background-color css

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

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

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

border-color css

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

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

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