Html Css Color HEX #715D4F Kabul

📋 copy color: '#715D4F'

red 113 ◦ green 93 ◦ blue 79

#715D4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kabul #715D4F

Tints of Kabul #715D4F

RGB

 RED value IS 113 (44.53% from 255) = 39.65%

 GREEN value IS 93 (36.72% from 255) = 32.63%

 BLUE value IS 79 (31.25% from 255) = 27.72%

R = 39.65%
G = 32.63%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#715D4F (or 0x715D4F) is known color: Kabul. HEX triplet: 71, 5D and 4F. RGB value is (113,93,79). Sum of RGB (Red+Green+Blue) = 113+93+79=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #715D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D4F is #8EA2B0. Grayscale: #616161. Windows color (decimal): -9347761 or 5201265. OLE color: 5201265.

HSL color Cylindrical-coordinate representation of color #715D4F: hue angle of 24.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #715D4F is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 93 79 -
CMYK 0 0.18 0.30 0.56
HSL 24.71º 0.18% 0.38% -
HSV(B) 24.71º 0.3% 0.44% -
XYZ 12.14 11.9 9.06 -
YUV 97.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 113 93 79 0 0.18 0.30 0.56 24.71 0.18 0.38
Hex 71 5D 4F 0 12 1E 38 19 12 26
Octal 161 135 117 0 22 36 70 31 22 46
Binary 1110001 1011101 1001111 0 10010 11110 111000 11001 10010 100110

Color Harmonies of #715D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D4F

Black with #715D4F

Text Example


Text Example

White with #715D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715D4F; }

 p { color: rgb(113,93,79); }

 H1.HeaderClassName
 {
   color: #715D4F;
 }
 .AnyTagClassName
 {
   color: #715D4F;
 }
</style>

background-color css

<style>
 a { background-color: #715D4F; }

 a { background-color: rgb(113,93,79); }

 div.DivClassName
 {
   background-color: #715D4F;
 }
 .BgClassName
 {
   background-color: #715D4F;
 }
</style>

border-color css

<style>
 span { border-color: #715D4F; }

 span { border-color: rgb(113,93,79); }

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