#705C4F

Color #705C4F Kabul (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kabul #705C4F

Tints of Kabul #705C4F

Color information

#705C4F (or 0x705C4F) is unknown color: approx Kabul. HEX triplet: 70, 5C and 4F. RGB value is (112,92,79). Sum of RGB (Red+Green+Blue) = 112+92+79=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #705C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C4F is #8FA3B0. Grayscale: #606060. Windows color (decimal): -9413553 or 5201008. OLE color: 5201008.

HSL color Cylindrical-coordinate representation of color #705C4F: hue angle of 23.64º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #705C4F is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1129279-
CMYK00.180.290.56
HSL23.64º17.28%37.45%-
HSV(B)23.64º29.46%43.92%-
XYZ11.9211.669.02-
YUV96.5118.13139.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=39.58%
G=32.51%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112927900.180.290.5623.6417.2837.45
Hex705C4F0121D38181125
Octal1601341170223570302145
Binary111000010111001001111010010111011110001100010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705C4F; }

 p { color: rgb(112,92,79); }

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

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

 a { background-color: rgb(112,92,79); }

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

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

 span { border-color: rgb(112,92,79); }

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