#705408

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

Shades of Raw Umber #705408

Tints of Raw Umber #705408

Color information

#705408 (or 0x705408) is unknown color: approx Raw Umber. HEX triplet: 70, 54 and 08. RGB value is (112,84,8). Sum of RGB (Red+Green+Blue) = 112+84+8=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #705408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705408 is #8FABF7. Grayscale: #545454. Windows color (decimal): -9415672 or 545904. OLE color: 545904.

HSL color Cylindrical-coordinate representation of color #705408: hue angle of 43.85º 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 #705408 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB112848-
CMYK00.250.930.56
HSL43.85º86.67%23.53%-
HSV(B)43.85º92.86%43.92%-
XYZ9.99.81.6-
YUV83.7185.28148.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.90%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 8 (3.52% from 255) = 3.92%
R=54.90%
G=41.18%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11284800.250.930.5643.8586.6723.53
Hex705480195D382c5718
Octal16012410031135705412730
Binary1110000101010010000110011011101111000101100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705408; }

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

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

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

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

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

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

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

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