#732815

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

Shades of Pueblo #732815

Tints of Pueblo #732815

Color information

#732815 (or 0x732815) is unknown color: approx Pueblo. HEX triplet: 73, 28 and 15. RGB value is (115,40,21). Sum of RGB (Red+Green+Blue) = 115+40+21=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #732815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732815 is #8CD7EA. Grayscale: #3C3C3C. Windows color (decimal): -9230315 or 1386611. OLE color: 1386611.

HSL color Cylindrical-coordinate representation of color #732815: hue angle of 12.13º 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 #732815 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1154021-
CMYK00.650.820.55
HSL12.13º69.12%26.67%-
HSV(B)12.13º81.74%45.1%-
XYZ7.965.221.3-
YUV60.26105.85167.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.34%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=65.34%
G=22.73%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115402100.650.820.5512.1369.1226.67
Hex7328150415237c451b
Octal16350250101122671410533
Binary1110011101000101010100000110100101101111100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732815; }

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

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

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

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

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

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

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

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