#722E24

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

Shades of Pueblo #722E24

Tints of Pueblo #722E24

Color information

#722E24 (or 0x722E24) is unknown color: approx Pueblo. HEX triplet: 72, 2E and 24. RGB value is (114,46,36). Sum of RGB (Red+Green+Blue) = 114+46+36=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #722E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E24 is #8DD1DB. Grayscale: #414141. Windows color (decimal): -9294300 or 2371186. OLE color: 2371186.

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

Color convert

RGB1144636-
CMYK00.600.680.55
HSL7.69º52%29.41%-
HSV(B)7.69º68.42%44.71%-
XYZ8.235.662.33-
YUV65.19111.53162.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 36 (14.45% from 255) = 18.37%
R=58.16%
G=23.47%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114463600.600.680.557.695229.41
Hex722E2403C44378341d
Octal162564407410467106435
Binary111001010111010010001111001000100110111100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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