#703B08

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

Shades of Raw Umber #703B08

Tints of Raw Umber #703B08

Color information

#703B08 (or 0x703B08) is unknown color: approx Raw Umber. HEX triplet: 70, 3B and 08. RGB value is (112,59,8). Sum of RGB (Red+Green+Blue) = 112+59+8=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #703B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703B08 is #8FC4F7. Grayscale: #454545. Windows color (decimal): -9422072 or 539504. OLE color: 539504.

HSL color Cylindrical-coordinate representation of color #703B08: hue angle of 29.42º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #703B08 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB112598-
CMYK00.470.930.56
HSL29.42º86.67%23.53%-
HSV(B)29.42º92.86%43.92%-
XYZ8.296.591.06-
YUV69.0393.56158.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.57%
GREEN value IS 59 (23.44% from 255) = 32.96%
BLUE value IS 8 (3.52% from 255) = 4.47%
R=62.57%
G=32.96%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11259800.470.930.5629.4286.6723.53
Hex703B802F5D381d5718
Octal1607310057135703512730
Binary111000011101110000101111101110111100011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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