#725E4F

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

Shades of Kabul #725E4F

Tints of Kabul #725E4F

Color information

#725E4F (or 0x725E4F) is unknown color: approx Kabul. HEX triplet: 72, 5E and 4F. RGB value is (114,94,79). Sum of RGB (Red+Green+Blue) = 114+94+79=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #725E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E4F is #8DA1B0. Grayscale: #626262. Windows color (decimal): -9281969 or 5201522. OLE color: 5201522.

HSL color Cylindrical-coordinate representation of color #725E4F: hue angle of 25.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #725E4F is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1149479-
CMYK00.180.310.55
HSL25.71º18.13%37.84%-
HSV(B)25.71º30.7%44.71%-
XYZ12.3512.159.09-
YUV98.27117.13139.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=39.72%
G=32.75%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114947900.180.310.5525.7118.1337.84
Hex725E4F0121F371a1226
Octal1621361170223767322246
Binary111001010111101001111010010111111101111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725E4F; }

 p { color: rgb(114,94,79); }

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

<style>
 a { background-color: #725E4F; }

 a { background-color: rgb(114,94,79); }

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

<style>
 span { border-color: #725E4F; }

 span { border-color: rgb(114,94,79); }

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