#7A3523

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

Shades of Pueblo #7A3523

Tints of Pueblo #7A3523

Color information

#7A3523 (or 0x7A3523) is unknown color: approx Pueblo. HEX triplet: 7A, 35 and 23. RGB value is (122,53,35). Sum of RGB (Red+Green+Blue) = 122+53+35=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3523 is #85CADC. Grayscale: #474747. Windows color (decimal): -8768221 or 2307450. OLE color: 2307450.

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

Color convert

RGB1225335-
CMYK00.570.710.52
HSL12.41º55.41%30.78%-
HSV(B)12.41º71.31%47.84%-
XYZ9.66.812.4-
YUV71.58107.36163.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.10%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 35 (14.06% from 255) = 16.67%
R=58.10%
G=25.24%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122533500.570.710.5212.4155.4130.78
Hex7A35230394734c371f
Octal172654307110764146737
Binary111101011010110001101110011000111110100110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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