#7C3521

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

Shades of Pueblo #7C3521

Tints of Pueblo #7C3521

Color information

#7C3521 (or 0x7C3521) is unknown color: approx Pueblo. HEX triplet: 7C, 35 and 21. RGB value is (124,53,33). Sum of RGB (Red+Green+Blue) = 124+53+33=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3521 is #83CADE. Grayscale: #484848. Windows color (decimal): -8637151 or 2176380. OLE color: 2176380.

HSL color Cylindrical-coordinate representation of color #7C3521: hue angle of 13.19º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C3521 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB1245333-
CMYK00.570.730.51
HSL13.19º57.96%30.78%-
HSV(B)13.19º73.39%48.63%-
XYZ9.866.942.26-
YUV71.95106.02165.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.05%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 33 (13.28% from 255) = 15.71%
R=59.05%
G=25.24%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124533300.570.730.5113.1957.9630.78
Hex7C35210394933d3a1f
Octal174654107111163157237
Binary111110011010110000101110011001001110011110111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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