#742615

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

Shades of Pueblo #742615

Tints of Pueblo #742615

Color information

#742615 (or 0x742615) is unknown color: approx Pueblo. HEX triplet: 74, 26 and 15. RGB value is (116,38,21). Sum of RGB (Red+Green+Blue) = 116+38+21=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #742615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742615 is #8BD9EA. Grayscale: #3B3B3B. Windows color (decimal): -9165291 or 1386100. OLE color: 1386100.

HSL color Cylindrical-coordinate representation of color #742615: hue angle of 10.74º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #742615 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1163821-
CMYK00.670.820.55
HSL10.74º69.34%26.86%-
HSV(B)10.74º81.9%45.49%-
XYZ8.035.151.28-
YUV59.38106.34168.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 66.29%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 21 (8.59% from 255) = 12%
R=66.29%
G=21.71%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116382100.670.820.5510.7469.3426.86
Hex7426150435237b451b
Octal16446250103122671310533
Binary1110100100110101010100001110100101101111011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742615; }

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

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

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

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

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

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

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

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