#722B1E

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

Shades of Pueblo #722B1E

Tints of Pueblo #722B1E

Color information

#722B1E (or 0x722B1E) is unknown color: approx Pueblo. HEX triplet: 72, 2B and 1E. RGB value is (114,43,30). Sum of RGB (Red+Green+Blue) = 114+43+30=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #722B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B1E is #8DD4E1. Grayscale: #3E3E3E. Windows color (decimal): -9295074 or 1977202. OLE color: 1977202.

HSL color Cylindrical-coordinate representation of color #722B1E: hue angle of 9.29º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #722B1E is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1144330-
CMYK00.620.740.55
HSL9.29º58.33%28.24%-
HSV(B)9.29º73.68%44.71%-
XYZ8.045.41.85-
YUV62.75109.52164.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 43 (17.19% from 255) = 22.99%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=60.96%
G=22.99%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114433000.620.740.559.2958.3328.24
Hex722B1E03E4A3793a1c
Octal162533607611267117234
Binary11100101010111111001111101001010110111100111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,43,30); }

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

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

 a { background-color: rgb(114,43,30); }

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

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

 span { border-color: rgb(114,43,30); }

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