#722E23

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

Shades of Pueblo #722E23

Tints of Pueblo #722E23

Color information

#722E23 (or 0x722E23) is unknown color: approx Pueblo. HEX triplet: 72, 2E and 23. RGB value is (114,46,35). Sum of RGB (Red+Green+Blue) = 114+46+35=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #722E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E23 is #8DD1DC. Grayscale: #414141. Windows color (decimal): -9294301 or 2305650. OLE color: 2305650.

HSL color Cylindrical-coordinate representation of color #722E23: hue angle of 8.35º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #722E23 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB1144635-
CMYK00.600.690.55
HSL8.35º53.02%29.22%-
HSV(B)8.35º69.3%44.71%-
XYZ8.225.652.25-
YUV65.08111.03162.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.46%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 35 (14.06% from 255) = 17.95%
R=58.46%
G=23.59%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114463500.600.690.558.3553.0229.22
Hex722E2303C45378351d
Octal162564307410567106535
Binary111001010111010001101111001000101110111100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,46,35); }

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

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

 a { background-color: rgb(114,46,35); }

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

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

 span { border-color: rgb(114,46,35); }

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