#705B03

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

Shades of Raw Umber #705B03

Tints of Raw Umber #705B03

Color information

#705B03 (or 0x705B03) is unknown color: approx Raw Umber. HEX triplet: 70, 5B and 03. RGB value is (112,91,3). Sum of RGB (Red+Green+Blue) = 112+91+3=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #705B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B03 is #8FA4FC. Grayscale: #575757. Windows color (decimal): -9413885 or 220016. OLE color: 220016.

HSL color Cylindrical-coordinate representation of color #705B03: hue angle of 48.44º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #705B03 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB112913-
CMYK00.190.970.56
HSL48.44º94.78%22.55%-
HSV(B)48.44º97.32%43.92%-
XYZ10.4410.931.65-
YUV87.2580.46145.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 91 (35.94% from 255) = 44.17%
BLUE value IS 3 (1.56% from 255) = 1.46%
R=54.37%
G=44.17%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11291300.190.970.5648.4494.7822.55
Hex705B30136138305f17
Octal1601333023141706013727
Binary11100001011011110100111100001111000110000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,91,3); }

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

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

 a { background-color: rgb(112,91,3); }

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

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

 span { border-color: rgb(112,91,3); }

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