#7C3322

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

Shades of Pueblo #7C3322

Tints of Pueblo #7C3322

Color information

#7C3322 (or 0x7C3322) is unknown color: approx Pueblo. HEX triplet: 7C, 33 and 22. RGB value is (124,51,34). Sum of RGB (Red+Green+Blue) = 124+51+34=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3322 is #83CCDD. Grayscale: #474747. Windows color (decimal): -8637662 or 2241404. OLE color: 2241404.

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

Color convert

RGB1245134-
CMYK00.590.730.51
HSL11.33º56.96%30.98%-
HSV(B)11.33º72.58%48.63%-
XYZ9.786.772.3-
YUV70.89107.18165.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.33%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 34 (13.67% from 255) = 16.27%
R=59.33%
G=24.40%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124513400.590.730.5111.3356.9630.98
Hex7C332203B4933b391f
Octal174634207311163137137
Binary111110011001110001001110111001001110011101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,51,34); }

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

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

 a { background-color: rgb(124,51,34); }

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

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

 span { border-color: rgb(124,51,34); }

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