#732715

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

Shades of Pueblo #732715

Tints of Pueblo #732715

Color information

#732715 (or 0x732715) is unknown color: approx Pueblo. HEX triplet: 73, 27 and 15. RGB value is (115,39,21). Sum of RGB (Red+Green+Blue) = 115+39+21=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #732715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732715 is #8CD8EA. Grayscale: #3B3B3B. Windows color (decimal): -9230571 or 1386355. OLE color: 1386355.

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

Color convert

RGB1153921-
CMYK00.660.820.55
HSL11.49º69.12%26.67%-
HSV(B)11.49º81.74%45.1%-
XYZ7.935.151.29-
YUV59.67106.18167.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.71%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 21 (8.59% from 255) = 12%
R=65.71%
G=22.29%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115392100.660.820.5511.4969.1226.67
Hex7327150425237b451b
Octal16347250102122671310533
Binary1110011100111101010100001010100101101111011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732715; }

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

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

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

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

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

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

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

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