#705F52

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

Shades of Kabul #705F52

Tints of Kabul #705F52

Color information

#705F52 (or 0x705F52) is unknown color: approx Kabul. HEX triplet: 70, 5F and 52. RGB value is (112,95,82). Sum of RGB (Red+Green+Blue) = 112+95+82=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #705F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F52 is #8FA0AD. Grayscale: #626262. Windows color (decimal): -9412782 or 5398384. OLE color: 5398384.

HSL color Cylindrical-coordinate representation of color #705F52: hue angle of 26º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705F52 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1129582-
CMYK00.150.270.56
HSL26º15.46%38.04%-
HSV(B)26º26.79%43.92%-
XYZ12.312.249.7-
YUV98.6118.63137.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=38.75%
G=32.87%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112958200.150.270.562615.4638.04
Hex705F520F1B381af26
Octal1601371220173370321746
Binary1110000101111110100100111111011111000110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,95,82); }

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

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

 a { background-color: rgb(112,95,82); }

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

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

 span { border-color: rgb(112,95,82); }

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