#73604F

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

Shades of Kabul #73604F

Tints of Kabul #73604F

Color information

#73604F (or 0x73604F) is unknown color: approx Kabul. HEX triplet: 73, 60 and 4F. RGB value is (115,96,79). Sum of RGB (Red+Green+Blue) = 115+96+79=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #73604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73604F is #8C9FB0. Grayscale: #636363. Windows color (decimal): -9215921 or 5202035. OLE color: 5202035.

HSL color Cylindrical-coordinate representation of color #73604F: hue angle of 28.33º degrees, saturation: 0.19, 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 #73604F is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1159679-
CMYK00.170.310.55
HSL28.33º18.56%38.04%-
HSV(B)28.33º31.3%45.1%-
XYZ12.6612.589.16-
YUV99.74116.29138.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.66%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 79 (31.25% from 255) = 27.24%
R=39.66%
G=33.10%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115967900.170.310.5528.3318.5638.04
Hex73604F0111F371c1326
Octal1631401170213767342346
Binary111001111000001001111010001111111101111110010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73604F; }

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

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

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

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

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

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

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

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