#74311C

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

Shades of Pueblo #74311C

Tints of Pueblo #74311C

Color information

#74311C (or 0x74311C) is unknown color: approx Pueblo. HEX triplet: 74, 31 and 1C. RGB value is (116,49,28). Sum of RGB (Red+Green+Blue) = 116+49+28=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #74311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74311C is #8BCEE3. Grayscale: #424242. Windows color (decimal): -9162468 or 1847668. OLE color: 1847668.

HSL color Cylindrical-coordinate representation of color #74311C: hue angle of 14.32º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74311C is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1164928-
CMYK00.580.760.55
HSL14.32º61.11%28.24%-
HSV(B)14.32º75.86%45.49%-
XYZ8.515.991.81-
YUV66.64106.2163.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 60.10%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 28 (11.33% from 255) = 14.51%
R=60.10%
G=25.39%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116492800.580.760.5514.3261.1128.24
Hex74311C03A4C37e3d1c
Octal164613407211467167534
Binary11101001100011110001110101001100110111111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74311C; }

 p { color: rgb(116,49,28); }

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

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

 a { background-color: rgb(116,49,28); }

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

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

 span { border-color: rgb(116,49,28); }

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