#742519

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

Shades of Pueblo #742519

Tints of Pueblo #742519

Color information

#742519 (or 0x742519) is unknown color: approx Pueblo. HEX triplet: 74, 25 and 19. RGB value is (116,37,25). Sum of RGB (Red+Green+Blue) = 116+37+25=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #742519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742519 is #8BDAE6. Grayscale: #3B3B3B. Windows color (decimal): -9165543 or 1647988. OLE color: 1647988.

HSL color Cylindrical-coordinate representation of color #742519: hue angle of 7.91º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #742519 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1163725-
CMYK00.680.780.55
HSL7.91º64.54%27.65%-
HSV(B)7.91º78.45%45.49%-
XYZ8.045.111.48-
YUV59.25108.67168.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.17%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 25 (10.16% from 255) = 14.04%
R=65.17%
G=20.79%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116372500.680.780.557.9164.5427.65
Hex7425190444E378411c
Octal16445310104116671010134
Binary1110100100101110010100010010011101101111000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742519; }

 p { color: rgb(116,37,25); }

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

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

 a { background-color: rgb(116,37,25); }

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

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

 span { border-color: rgb(116,37,25); }

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