#722518

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

Shades of Pueblo #722518

Tints of Pueblo #722518

Color information

#722518 (or 0x722518) is unknown color: approx Pueblo. HEX triplet: 72, 25 and 18. RGB value is (114,37,24). Sum of RGB (Red+Green+Blue) = 114+37+24=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #722518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722518 is #8DDAE7. Grayscale: #3A3A3A. Windows color (decimal): -9296616 or 1582450. OLE color: 1582450.

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

Color convert

RGB1143724-
CMYK00.680.790.55
HSL8.67º65.22%27.06%-
HSV(B)8.67º78.95%44.71%-
XYZ7.774.971.41-
YUV58.54108.51167.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.14%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 24 (9.77% from 255) = 13.71%
R=65.14%
G=21.14%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114372400.680.790.558.6765.2227.06
Hex7225180444F379411b
Octal16245300104117671110133
Binary1110010100101110000100010010011111101111001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722518; }

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

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

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

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

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

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

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

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