#7C3527

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

Shades of Pueblo #7C3527

Tints of Pueblo #7C3527

Color information

#7C3527 (or 0x7C3527) is unknown color: approx Pueblo. HEX triplet: 7C, 35 and 27. RGB value is (124,53,39). Sum of RGB (Red+Green+Blue) = 124+53+39=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3527 is #83CAD8. Grayscale: #484848. Windows color (decimal): -8637145 or 2569596. OLE color: 2569596.

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

Color convert

RGB1245339-
CMYK00.570.690.51
HSL9.88º52.15%31.96%-
HSV(B)9.88º68.55%48.63%-
XYZ9.956.982.74-
YUV72.63109.02164.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.41%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=57.41%
G=24.54%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124533900.570.690.519.8852.1531.96
Hex7C35270394533a3420
Octal174654707110563126440
Binary1111100110101100111011100110001011100111010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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