#732516

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

Shades of Pueblo #732516

Tints of Pueblo #732516

Color information

#732516 (or 0x732516) is unknown color: approx Pueblo. HEX triplet: 73, 25 and 16. RGB value is (115,37,22). Sum of RGB (Red+Green+Blue) = 115+37+22=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #732516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732516 is #8CDAE9. Grayscale: #3A3A3A. Windows color (decimal): -9231082 or 1451379. OLE color: 1451379.

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

Color convert

RGB1153722-
CMYK00.680.810.55
HSL9.68º67.88%26.86%-
HSV(B)9.68º80.87%45.1%-
XYZ7.885.031.31-
YUV58.61107.34168.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.09%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 22 (8.98% from 255) = 12.64%
R=66.09%
G=21.26%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115372200.680.810.559.6867.8826.86
Hex7325160445137a441b
Octal16345260104121671210433
Binary1110011100101101100100010010100011101111010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732516; }

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

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

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

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

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

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

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

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