#743223

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

Shades of Pueblo #743223

Tints of Pueblo #743223

Color information

#743223 (or 0x743223) is unknown color: approx Pueblo. HEX triplet: 74, 32 and 23. RGB value is (116,50,35). Sum of RGB (Red+Green+Blue) = 116+50+35=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #743223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743223 is #8BCDDC. Grayscale: #444444. Windows color (decimal): -9162205 or 2306676. OLE color: 2306676.

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

Color convert

RGB1165035-
CMYK00.570.700.55
HSL11.11º53.64%29.61%-
HSV(B)11.11º69.83%45.49%-
XYZ8.656.122.31-
YUV68.02109.37162.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.71%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 35 (14.06% from 255) = 17.41%
R=57.71%
G=24.88%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116503500.570.700.5511.1153.6429.61
Hex7432230394637b361e
Octal164624307110667136636
Binary111010011001010001101110011000110110111101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743223; }

 p { color: rgb(116,50,35); }

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

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

 a { background-color: rgb(116,50,35); }

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

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

 span { border-color: rgb(116,50,35); }

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