#742619

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

Shades of Pueblo #742619

Tints of Pueblo #742619

Color information

#742619 (or 0x742619) is unknown color: approx Pueblo. HEX triplet: 74, 26 and 19. RGB value is (116,38,25). Sum of RGB (Red+Green+Blue) = 116+38+25=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #742619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742619 is #8BD9E6. Grayscale: #3B3B3B. Windows color (decimal): -9165287 or 1648244. OLE color: 1648244.

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

Color convert

RGB1163825-
CMYK00.670.780.55
HSL8.57º64.54%27.65%-
HSV(B)8.57º78.45%45.49%-
XYZ8.075.171.49-
YUV59.84108.34168.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.80%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 25 (10.16% from 255) = 13.97%
R=64.80%
G=21.23%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116382500.670.780.558.5764.5427.65
Hex7426190434E379411c
Octal16446310103116671110134
Binary1110100100110110010100001110011101101111001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742619; }

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

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

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

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

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

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

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

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