#7A3521

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

Shades of Pueblo #7A3521

Tints of Pueblo #7A3521

Color information

#7A3521 (or 0x7A3521) is unknown color: approx Pueblo. HEX triplet: 7A, 35 and 21. RGB value is (122,53,33). Sum of RGB (Red+Green+Blue) = 122+53+33=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3521 is #85CADE. Grayscale: #474747. Windows color (decimal): -8768223 or 2176378. OLE color: 2176378.

HSL color Cylindrical-coordinate representation of color #7A3521: hue angle of 13.48º 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 #7A3521 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.52.

Color convert

RGB1225333-
CMYK00.570.730.52
HSL13.48º57.42%30.39%-
HSV(B)13.48º72.95%47.84%-
XYZ9.576.792.25-
YUV71.35106.36164.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.65%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 33 (13.28% from 255) = 15.87%
R=58.65%
G=25.48%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122533300.570.730.5213.4857.4230.39
Hex7A35210394934d391e
Octal172654107111164157136
Binary111101011010110000101110011001001110100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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