#70553B

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

Shades of Shingle Fawn #70553B

Tints of Shingle Fawn #70553B

Color information

#70553B (or 0x70553B) is unknown color: approx Shingle Fawn. HEX triplet: 70, 55 and 3B. RGB value is (112,85,59). Sum of RGB (Red+Green+Blue) = 112+85+59=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70553B is #8FAAC4. Grayscale: #5A5A5A. Windows color (decimal): -9415365 or 3888496. OLE color: 3888496.

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

Color convert

RGB1128559-
CMYK00.240.470.56
HSL29.43º30.99%33.53%-
HSV(B)29.43º47.32%43.92%-
XYZ10.7210.265.55-
YUV90.11110.45143.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=43.75%
G=33.20%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112855900.240.470.5629.4330.9933.53
Hex70553B0182F381d1f22
Octal160125730305770353742
Binary111000010101011110110110001011111110001110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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