#743326

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

Shades of Pueblo #743326

Tints of Pueblo #743326

Color information

#743326 (or 0x743326) is unknown color: approx Pueblo. HEX triplet: 74, 33 and 26. RGB value is (116,51,38). Sum of RGB (Red+Green+Blue) = 116+51+38=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #743326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743326 is #8BCCD9. Grayscale: #454545. Windows color (decimal): -9161946 or 2503540. OLE color: 2503540.

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

Color convert

RGB1165138-
CMYK00.560.670.55
HSL10º50.65%30.2%-
HSV(B)10º67.24%45.49%-
XYZ8.746.222.57-
YUV68.95110.53161.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.59%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=56.59%
G=24.88%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116513800.560.670.551050.6530.2
Hex7433260384337a331e
Octal164634607010367126336
Binary111010011001110011001110001000011110111101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743326; }

 p { color: rgb(116,51,38); }

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

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

 a { background-color: rgb(116,51,38); }

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

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

 span { border-color: rgb(116,51,38); }

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