#703500

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

Shades of Raw Umber #703500

Tints of Raw Umber #703500

Color information

#703500 (or 0x703500) is unknown color: approx Raw Umber. HEX triplet: 70, 35 and 00. RGB value is (112,53,0). Sum of RGB (Red+Green+Blue) = 112+53+0=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #703500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703500 is #8FCAFF. Grayscale: #404040. Windows color (decimal): -9423616 or 13680. OLE color: 13680.

HSL color Cylindrical-coordinate representation of color #703500: hue angle of 28.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 #703500 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB112530-
CMYK00.5310.56
HSL28.39º100%21.96%-
HSV(B)28.39º100%43.92%-
XYZ7.965.990.74-
YUV64.691.55161.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.88%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.88%
G=32.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11253000.5310.5628.3910021.96
Hex7035003564381c6416
Octal160650065144703414426
Binary111000011010100110101110010011100011100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703500; }

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

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

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

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

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

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

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

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