#742E1B

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

Shades of Pueblo #742E1B

Tints of Pueblo #742E1B

Color information

#742E1B (or 0x742E1B) is unknown color: approx Pueblo. HEX triplet: 74, 2E and 1B. RGB value is (116,46,27). Sum of RGB (Red+Green+Blue) = 116+46+27=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #742E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742E1B is #8BD1E4. Grayscale: #404040. Windows color (decimal): -9163237 or 1781364. OLE color: 1781364.

HSL color Cylindrical-coordinate representation of color #742E1B: hue angle of 12.81º 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 #742E1B is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1164627-
CMYK00.600.770.55
HSL12.81º62.24%28.04%-
HSV(B)12.81º76.72%45.49%-
XYZ8.385.751.7-
YUV64.76106.69164.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.38%
GREEN value IS 46 (18.36% from 255) = 24.34%
BLUE value IS 27 (10.94% from 255) = 14.29%
R=61.38%
G=24.34%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116462700.600.770.5512.8162.2428.04
Hex742E1B03C4D37d3e1c
Octal164563307411567157634
Binary11101001011101101101111001001101110111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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