#743023

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

Shades of Pueblo #743023

Tints of Pueblo #743023

Color information

#743023 (or 0x743023) is unknown color: approx Pueblo. HEX triplet: 74, 30 and 23. RGB value is (116,48,35). Sum of RGB (Red+Green+Blue) = 116+48+35=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #743023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743023 is #8BCFDC. Grayscale: #424242. Windows color (decimal): -9162717 or 2306164. OLE color: 2306164.

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

Color convert

RGB1164835-
CMYK00.590.700.55
HSL9.63º53.64%29.61%-
HSV(B)9.63º69.83%45.49%-
XYZ8.565.952.29-
YUV66.85110.03163.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.29%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 35 (14.06% from 255) = 17.59%
R=58.29%
G=24.12%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116483500.590.700.559.6353.6429.61
Hex74302303B4637a361e
Octal164604307310667126636
Binary111010011000010001101110111000110110111101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743023; }

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

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

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

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

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

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

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

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