#732D15

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

Shades of Pueblo #732D15

Tints of Pueblo #732D15

Color information

#732D15 (or 0x732D15) is unknown color: approx Pueblo. HEX triplet: 73, 2D and 15. RGB value is (115,45,21). Sum of RGB (Red+Green+Blue) = 115+45+21=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #732D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732D15 is #8CD2EA. Grayscale: #3F3F3F. Windows color (decimal): -9229035 or 1387891. OLE color: 1387891.

HSL color Cylindrical-coordinate representation of color #732D15: hue angle of 15.32º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #732D15 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1154521-
CMYK00.610.820.55
HSL15.32º69.12%26.67%-
HSV(B)15.32º81.74%45.1%-
XYZ8.145.581.36-
YUV63.19104.19164.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.54%
GREEN value IS 45 (17.97% from 255) = 24.86%
BLUE value IS 21 (8.59% from 255) = 11.60%
R=63.54%
G=24.86%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115452100.610.820.5515.3269.1226.67
Hex732D1503D5237f451b
Octal1635525075122671710533
Binary111001110110110101011110110100101101111111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732D15; }

 p { color: rgb(115,45,21); }

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

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

 a { background-color: rgb(115,45,21); }

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

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

 span { border-color: rgb(115,45,21); }

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