#736052

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

Shades of Kabul #736052

Tints of Kabul #736052

Color information

#736052 (or 0x736052) is unknown color: approx Kabul. HEX triplet: 73, 60 and 52. RGB value is (115,96,82). Sum of RGB (Red+Green+Blue) = 115+96+82=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #736052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736052 is #8C9FAD. Grayscale: #646464. Windows color (decimal): -9215918 or 5398643. OLE color: 5398643.

HSL color Cylindrical-coordinate representation of color #736052: hue angle of 25.45º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #736052 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1159682-
CMYK00.170.290.55
HSL25.45º16.75%38.63%-
HSV(B)25.45º28.7%45.1%-
XYZ12.7812.629.75-
YUV100.08117.79138.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=39.25%
G=32.76%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115968200.170.290.5525.4516.7538.63
Hex7360520111D37191127
Octal1631401220213567312147
Binary111001111000001010010010001111011101111100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736052; }

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

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

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

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

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

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

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

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