#736050

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

Shades of Kabul #736050

Tints of Kabul #736050

Color information

#736050 (or 0x736050) is unknown color: approx Kabul. HEX triplet: 73, 60 and 50. RGB value is (115,96,80). Sum of RGB (Red+Green+Blue) = 115+96+80=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 115 - color contains mainly: red. Hex color #736050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736050 is #8C9FAF. Grayscale: #636363. Windows color (decimal): -9215920 or 5267571. OLE color: 5267571.

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

Color convert

RGB1159680-
CMYK00.170.300.55
HSL27.43º17.95%38.24%-
HSV(B)27.43º30.43%45.1%-
XYZ12.712.599.35-
YUV99.86116.79138.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.52%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=39.52%
G=32.99%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115968000.170.300.5527.4317.9538.24
Hex7360500111E371b1226
Octal1631401200213667332246
Binary111001111000001010000010001111101101111101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736050; }

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

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

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

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

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

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

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

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