#70550F

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

Shades of Raw Umber #70550F

Tints of Raw Umber #70550F

Color information

#70550F (or 0x70550F) is unknown color: approx Raw Umber. HEX triplet: 70, 55 and 0F. RGB value is (112,85,15). Sum of RGB (Red+Green+Blue) = 112+85+15=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70550F is #8FAAF0. Grayscale: #555555. Windows color (decimal): -9415409 or 1004912. OLE color: 1004912.

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

Color convert

RGB1128515-
CMYK00.240.870.56
HSL43.3º76.38%24.9%-
HSV(B)43.3º86.61%43.92%-
XYZ10.029.981.85-
YUV85.0988.45147.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 15 (6.25% from 255) = 7.08%
R=52.83%
G=40.09%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112851500.240.870.5643.376.3824.9
Hex7055F01857382b4c19
Octal16012517030127705311431
Binary1110000101010111110110001010111111000101011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70550F; }

 p { color: rgb(112,85,15); }

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

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

 a { background-color: rgb(112,85,15); }

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

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

 span { border-color: rgb(112,85,15); }

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