#703B00

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

Shades of Raw Umber #703B00

Tints of Raw Umber #703B00

Color information

#703B00 (or 0x703B00) is unknown color: approx Raw Umber. HEX triplet: 70, 3B and 00. RGB value is (112,59,0). Sum of RGB (Red+Green+Blue) = 112+59+0=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #703B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703B00 is #8FC4FF. Grayscale: #444444. Windows color (decimal): -9422080 or 15216. OLE color: 15216.

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

Color convert

RGB112590-
CMYK00.4710.56
HSL31.61º100%21.96%-
HSV(B)31.61º100%43.92%-
XYZ8.256.570.83-
YUV68.1289.56159.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.50%
GREEN value IS 59 (23.44% from 255) = 34.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.50%
G=34.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11259000.4710.5631.6110021.96
Hex703B002F6438206416
Octal160730057144704014426
Binary1110000111011001011111100100111000100000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703B00; }

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

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

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

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

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

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

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

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