Html Css Color HEX #716052 Kabul

📋 copy color: '#716052'

red 113 ◦ green 96 ◦ blue 82

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

Shades of Kabul #716052

Tints of Kabul #716052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.99%

 BLUE value IS 82 (32.42% from 255) = 28.18%

R = 38.83%
G = 32.99%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#716052 (or 0x716052) is known color: Kabul. HEX triplet: 71, 60 and 52. RGB value is (113,96,82). Sum of RGB (Red+Green+Blue) = 113+96+82=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #716052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716052 is #8E9FAD. Grayscale: #636363. Windows color (decimal): -9346990 or 5398641. OLE color: 5398641.

HSL color Cylindrical-coordinate representation of color #716052: hue angle of 27.1º degrees, saturation: 0.16, 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 #716052 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 82 -
CMYK 0 0.15 0.27 0.56
HSL 27.1º 0.16% 0.38% -
HSV(B) 27.1º 0.27% 0.44% -
XYZ 12.52 12.49 9.73 -
YUV 99.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 113 96 82 0 0.15 0.27 0.56 27.1 0.16 0.38
Hex 71 60 52 0 F 1B 38 1B 10 26
Octal 161 140 122 0 17 33 70 33 20 46
Binary 1110001 1100000 1010010 0 1111 11011 111000 11011 10000 100110

Color Harmonies of #716052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716052

Black with #716052

Text Example


Text Example

White with #716052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716052; }

 p { color: rgb(113,96,82); }

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

background-color css

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

 a { background-color: rgb(113,96,82); }

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

border-color css

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

 span { border-color: rgb(113,96,82); }

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