#732515

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

Shades of Pueblo #732515

Tints of Pueblo #732515

Color information

#732515 (or 0x732515) is unknown color: approx Pueblo. HEX triplet: 73, 25 and 15. RGB value is (115,37,21). Sum of RGB (Red+Green+Blue) = 115+37+21=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #732515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732515 is #8CDAEA. Grayscale: #3A3A3A. Windows color (decimal): -9231083 or 1385843. OLE color: 1385843.

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

Color convert

RGB1153721-
CMYK00.680.820.55
HSL10.21º69.12%26.67%-
HSV(B)10.21º81.74%45.1%-
XYZ7.875.021.26-
YUV58.5106.84168.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.47%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=66.47%
G=21.39%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115372100.680.820.5510.2169.1226.67
Hex7325150445237a451b
Octal16345250104122671210533
Binary1110011100101101010100010010100101101111010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732515; }

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

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

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

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

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

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

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

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