#722516

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

Shades of Pueblo #722516

Tints of Pueblo #722516

Color information

#722516 (or 0x722516) is unknown color: approx Pueblo. HEX triplet: 72, 25 and 16. RGB value is (114,37,22). Sum of RGB (Red+Green+Blue) = 114+37+22=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #722516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722516 is #8DDAE9. Grayscale: #3A3A3A. Windows color (decimal): -9296618 or 1451378. OLE color: 1451378.

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

Color convert

RGB1143722-
CMYK00.680.810.55
HSL9.78º67.65%26.67%-
HSV(B)9.78º80.7%44.71%-
XYZ7.754.961.31-
YUV58.31107.51167.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.90%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=65.90%
G=21.39%
B=12.72%

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
Decimal114372200.680.810.559.7867.6526.67
Hex7225160445137a441b
Octal16245260104121671210433
Binary1110010100101101100100010010100011101111010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722516; }

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

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

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

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

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

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

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

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