#722C1A

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

Shades of Pueblo #722C1A

Tints of Pueblo #722C1A

Color information

#722C1A (or 0x722C1A) is unknown color: approx Pueblo. HEX triplet: 72, 2C and 1A. RGB value is (114,44,26). Sum of RGB (Red+Green+Blue) = 114+44+26=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #722C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C1A is #8DD3E5. Grayscale: #3F3F3F. Windows color (decimal): -9294822 or 1715314. OLE color: 1715314.

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

Color convert

RGB1144426-
CMYK00.610.770.55
HSL12.27º62.86%27.45%-
HSV(B)12.27º77.19%44.71%-
XYZ8.035.451.61-
YUV62.88107.19164.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.96%
GREEN value IS 44 (17.58% from 255) = 23.91%
BLUE value IS 26 (10.55% from 255) = 14.13%
R=61.96%
G=23.91%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114442600.610.770.5512.2762.8627.45
Hex722C1A03D4D37c3f1b
Octal162543207511567147733
Binary11100101011001101001111011001101110111110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722C1A; }

 p { color: rgb(114,44,26); }

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

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

 a { background-color: rgb(114,44,26); }

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

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

 span { border-color: rgb(114,44,26); }

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