#743426

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

Shades of Pueblo #743426

Tints of Pueblo #743426

Color information

#743426 (or 0x743426) is unknown color: approx Pueblo. HEX triplet: 74, 34 and 26. RGB value is (116,52,38). Sum of RGB (Red+Green+Blue) = 116+52+38=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #743426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743426 is #8BCBD9. Grayscale: #454545. Windows color (decimal): -9161690 or 2503796. OLE color: 2503796.

HSL color Cylindrical-coordinate representation of color #743426: hue angle of 10.77º 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 #743426 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1165238-
CMYK00.550.670.55
HSL10.77º50.65%30.2%-
HSV(B)10.77º67.24%45.49%-
XYZ8.786.312.59-
YUV69.54110.2161.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.31%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 38 (15.23% from 255) = 18.45%
R=56.31%
G=25.24%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116523800.550.670.5510.7750.6530.2
Hex7434260374337b331e
Octal164644606710367136336
Binary111010011010010011001101111000011110111101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743426; }

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

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

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

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

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

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

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

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