#705105

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

Shades of Raw Umber #705105

Tints of Raw Umber #705105

Color information

#705105 (or 0x705105) is unknown color: approx Raw Umber. HEX triplet: 70, 51 and 05. RGB value is (112,81,5). Sum of RGB (Red+Green+Blue) = 112+81+5=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #705105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705105 is #8FAEFA. Grayscale: #515151. Windows color (decimal): -9416443 or 348528. OLE color: 348528.

HSL color Cylindrical-coordinate representation of color #705105: hue angle of 42.62º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #705105 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB112815-
CMYK00.280.960.56
HSL42.62º91.45%22.94%-
HSV(B)42.62º95.54%43.92%-
XYZ9.659.341.44-
YUV81.684.77149.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 81 (32.03% from 255) = 40.91%
BLUE value IS 5 (2.34% from 255) = 2.53%
R=56.57%
G=40.91%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11281500.280.960.5642.6291.4522.94
Hex7051501C60382b5b17
Octal1601215034140705313327
Binary111000010100011010111001100000111000101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705105; }

 p { color: rgb(112,81,5); }

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

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

 a { background-color: rgb(112,81,5); }

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

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

 span { border-color: rgb(112,81,5); }

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