#722F1A

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

Shades of Pueblo #722F1A

Tints of Pueblo #722F1A

Color information

#722F1A (or 0x722F1A) is unknown color: approx Pueblo. HEX triplet: 72, 2F and 1A. RGB value is (114,47,26). Sum of RGB (Red+Green+Blue) = 114+47+26=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #722F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F1A is #8DD0E5. Grayscale: #404040. Windows color (decimal): -9294054 or 1716082. OLE color: 1716082.

HSL color Cylindrical-coordinate representation of color #722F1A: hue angle of 14.32º 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 #722F1A is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1144726-
CMYK00.590.770.55
HSL14.32º62.86%27.45%-
HSV(B)14.32º77.19%44.71%-
XYZ8.145.691.65-
YUV64.64106.2163.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 47 (18.75% from 255) = 25.13%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=60.96%
G=25.13%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114472600.590.770.5514.3262.8627.45
Hex722F1A03B4D37e3f1b
Octal162573207311567167733
Binary11100101011111101001110111001101110111111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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