#743528

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

Shades of Pueblo #743528

Tints of Pueblo #743528

Color information

#743528 (or 0x743528) is unknown color: approx Pueblo. HEX triplet: 74, 35 and 28. RGB value is (116,53,40). Sum of RGB (Red+Green+Blue) = 116+53+40=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #743528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743528 is #8BCAD7. Grayscale: #464646. Windows color (decimal): -9161432 or 2635124. OLE color: 2635124.

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

Color convert

RGB1165340-
CMYK00.540.660.55
HSL10.26º48.72%30.59%-
HSV(B)10.26º65.52%45.49%-
XYZ8.866.412.78-
YUV70.35110.87160.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.50%
GREEN value IS 53 (21.09% from 255) = 25.36%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=55.50%
G=25.36%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116534000.540.660.5510.2648.7230.59
Hex7435280364237a311f
Octal164655006610267126137
Binary111010011010110100001101101000010110111101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743528; }

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

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

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

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

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

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

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

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