#732518

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

Shades of Pueblo #732518

Tints of Pueblo #732518

Color information

#732518 (or 0x732518) is unknown color: approx Pueblo. HEX triplet: 73, 25 and 18. RGB value is (115,37,24). Sum of RGB (Red+Green+Blue) = 115+37+24=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #732518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732518 is #8CDAE7. Grayscale: #3A3A3A. Windows color (decimal): -9231080 or 1582451. OLE color: 1582451.

HSL color Cylindrical-coordinate representation of color #732518: hue angle of 8.57º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #732518 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1153724-
CMYK00.680.790.55
HSL8.57º65.47%27.25%-
HSV(B)8.57º79.13%45.1%-
XYZ7.95.031.42-
YUV58.84108.34168.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.34%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 24 (9.77% from 255) = 13.64%
R=65.34%
G=21.02%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115372400.680.790.558.5765.4727.25
Hex7325180444F379411b
Octal16345300104117671110133
Binary1110011100101110000100010010011111101111001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732518; }

 p { color: rgb(115,37,24); }

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

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

 a { background-color: rgb(115,37,24); }

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

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

 span { border-color: rgb(115,37,24); }

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