#70553A

Color #70553A Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #70553A

Tints of Shingle Fawn #70553A

Color information

#70553A (or 0x70553A) is unknown color: approx Shingle Fawn. HEX triplet: 70, 55 and 3A. RGB value is (112,85,58). Sum of RGB (Red+Green+Blue) = 112+85+58=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70553A is #8FAAC5. Grayscale: #5A5A5A. Windows color (decimal): -9415366 or 3822960. OLE color: 3822960.

HSL color Cylindrical-coordinate representation of color #70553A: hue angle of 30º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70553A is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1128558-
CMYK00.240.480.56
HSL30º31.76%33.33%-
HSV(B)30º48.21%43.92%-
XYZ10.6910.255.42-
YUV89.99109.95143.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=43.92%
G=33.33%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112855800.240.480.563031.7633.33
Hex70553A01830381e2021
Octal160125720306070364041
Binary1110000101010111101001100011000011100011110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70553A; }

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

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

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

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

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

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

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

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