#7A3221

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

Shades of Pueblo #7A3221

Tints of Pueblo #7A3221

Color information

#7A3221 (or 0x7A3221) is unknown color: approx Pueblo. HEX triplet: 7A, 32 and 21. RGB value is (122,50,33). Sum of RGB (Red+Green+Blue) = 122+50+33=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3221 is #85CDDE. Grayscale: #454545. Windows color (decimal): -8768991 or 2175610. OLE color: 2175610.

HSL color Cylindrical-coordinate representation of color #7A3221: hue angle of 11.46º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A3221 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.52.

Color convert

RGB1225033-
CMYK00.590.730.52
HSL11.46º57.42%30.39%-
HSV(B)11.46º72.95%47.84%-
XYZ9.446.532.2-
YUV69.59107.35165.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 59.51%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=59.51%
G=24.39%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122503300.590.730.5211.4657.4230.39
Hex7A322103B4934b391e
Octal172624107311164137136
Binary111101011001010000101110111001001110100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A3221; }

 p { color: rgb(122,50,33); }

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

<style>
 a { background-color: #7A3221; }

 a { background-color: rgb(122,50,33); }

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

<style>
 span { border-color: #7A3221; }

 span { border-color: rgb(122,50,33); }

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