#722615

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

Shades of Pueblo #722615

Tints of Pueblo #722615

Color information

#722615 (or 0x722615) is unknown color: approx Pueblo. HEX triplet: 72, 26 and 15. RGB value is (114,38,21). Sum of RGB (Red+Green+Blue) = 114+38+21=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #722615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722615 is #8DD9EA. Grayscale: #3A3A3A. Windows color (decimal): -9296363 or 1386098. OLE color: 1386098.

HSL color Cylindrical-coordinate representation of color #722615: hue angle of 10.97º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #722615 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1143821-
CMYK00.670.820.55
HSL10.97º68.89%26.47%-
HSV(B)10.97º81.58%44.71%-
XYZ7.775.021.27-
YUV58.79106.68167.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.90%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=65.90%
G=21.97%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114382100.670.820.5510.9768.8926.47
Hex7226150435237b451a
Octal16246250103122671310532
Binary1110010100110101010100001110100101101111011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722615; }

 p { color: rgb(114,38,21); }

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

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

 a { background-color: rgb(114,38,21); }

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

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

 span { border-color: rgb(114,38,21); }

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