#722915

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

Shades of Pueblo #722915

Tints of Pueblo #722915

Color information

#722915 (or 0x722915) is unknown color: approx Pueblo. HEX triplet: 72, 29 and 15. RGB value is (114,41,21). Sum of RGB (Red+Green+Blue) = 114+41+21=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #722915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722915 is #8DD6EA. Grayscale: #3C3C3C. Windows color (decimal): -9295595 or 1386866. OLE color: 1386866.

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

Color convert

RGB1144121-
CMYK00.640.820.55
HSL12.9º68.89%26.47%-
HSV(B)12.9º81.58%44.71%-
XYZ7.875.221.3-
YUV60.55105.68166.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.77%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=64.77%
G=23.30%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114412100.640.820.5512.968.8926.47
Hex7229150405237d451a
Octal16251250100122671510532
Binary1110010101001101010100000010100101101111101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722915; }

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

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

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

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

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

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

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

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