#743524

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

Shades of Pueblo #743524

Tints of Pueblo #743524

Color information

#743524 (or 0x743524) is unknown color: approx Pueblo. HEX triplet: 74, 35 and 24. RGB value is (116,53,36). Sum of RGB (Red+Green+Blue) = 116+53+36=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #743524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743524 is #8BCADB. Grayscale: #464646. Windows color (decimal): -9161436 or 2372980. OLE color: 2372980.

HSL color Cylindrical-coordinate representation of color #743524: hue angle of 12.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #743524 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB1165336-
CMYK00.540.690.55
HSL12.75º52.63%29.8%-
HSV(B)12.75º68.97%45.49%-
XYZ8.796.392.44-
YUV69.9108.87160.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.59%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 36 (14.45% from 255) = 17.56%
R=56.59%
G=25.85%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116533600.540.690.5512.7552.6329.8
Hex7435240364537d351e
Octal164654406610567156536
Binary111010011010110010001101101000101110111110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743524; }

 p { color: rgb(116,53,36); }

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

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

 a { background-color: rgb(116,53,36); }

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

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

 span { border-color: rgb(116,53,36); }

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