#705A01

Color #705A01 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #705A01

Tints of Raw Umber #705A01

Color information

#705A01 (or 0x705A01) is unknown color: approx Raw Umber. HEX triplet: 70, 5A and 01. RGB value is (112,90,1). Sum of RGB (Red+Green+Blue) = 112+90+1=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #705A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705A01 is #8FA5FE. Grayscale: #565656. Windows color (decimal): -9414143 or 88688. OLE color: 88688.

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

Color convert

RGB112901-
CMYK00.200.990.56
HSL48.11º98.23%22.16%-
HSV(B)48.11º99.11%43.92%-
XYZ10.3410.761.56-
YUV86.4379.79146.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 90 (35.55% from 255) = 44.33%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=55.17%
G=44.33%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11290100.200.990.5648.1198.2322.16
Hex705A10146338306216
Octal1601321024143706014226
Binary1110000101101010101001100011111000110000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705A01; }

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

 H1.HeaderClassName
 {
   color: #705A01;
 }
 .AnyTagClassName
 {
   color: #705A01;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #705A01;
 }
 .BgClassName
 {
   background-color: #705A01;
 }
</style>
border-color css

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

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

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