#742C1B

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

Shades of Pueblo #742C1B

Tints of Pueblo #742C1B

Color information

#742C1B (or 0x742C1B) is unknown color: approx Pueblo. HEX triplet: 74, 2C and 1B. RGB value is (116,44,27). Sum of RGB (Red+Green+Blue) = 116+44+27=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #742C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742C1B is #8BD3E4. Grayscale: #3F3F3F. Windows color (decimal): -9163749 or 1780852. OLE color: 1780852.

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

Color convert

RGB1164427-
CMYK00.620.770.55
HSL11.46º62.24%28.04%-
HSV(B)11.46º76.72%45.49%-
XYZ8.35.591.68-
YUV63.59107.35165.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.03%
GREEN value IS 44 (17.58% from 255) = 23.53%
BLUE value IS 27 (10.94% from 255) = 14.44%
R=62.03%
G=23.53%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116442700.620.770.5511.4662.2428.04
Hex742C1B03E4D37b3e1c
Octal164543307611567137634
Binary11101001011001101101111101001101110111101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742C1B; }

 p { color: rgb(116,44,27); }

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

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

 a { background-color: rgb(116,44,27); }

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

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

 span { border-color: rgb(116,44,27); }

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