#742811

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

Shades of Pueblo #742811

Tints of Pueblo #742811

Color information

#742811 (or 0x742811) is unknown color: approx Pueblo. HEX triplet: 74, 28 and 11. RGB value is (116,40,17). Sum of RGB (Red+Green+Blue) = 116+40+17=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #742811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742811 is #8BD7EE. Grayscale: #3C3C3C. Windows color (decimal): -9164783 or 1124468. OLE color: 1124468.

HSL color Cylindrical-coordinate representation of color #742811: hue angle of 13.94º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #742811 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1164017-
CMYK00.660.850.55
HSL13.94º74.44%26.08%-
HSV(B)13.94º85.34%45.49%-
XYZ8.065.271.12-
YUV60.1103.68167.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.05%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 17 (7.03% from 255) = 9.83%
R=67.05%
G=23.12%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116401700.660.850.5513.9474.4426.08
Hex7428110425537e4a1a
Octal16450210102125671611232
Binary1110100101000100010100001010101011101111110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742811; }

 p { color: rgb(116,40,17); }

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

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

 a { background-color: rgb(116,40,17); }

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

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

 span { border-color: rgb(116,40,17); }

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