#742D1A

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

Shades of Pueblo #742D1A

Tints of Pueblo #742D1A

Color information

#742D1A (or 0x742D1A) is unknown color: approx Pueblo. HEX triplet: 74, 2D and 1A. RGB value is (116,45,26). Sum of RGB (Red+Green+Blue) = 116+45+26=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #742D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D1A is #8BD2E5. Grayscale: #404040. Windows color (decimal): -9163494 or 1715572. OLE color: 1715572.

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

Color convert

RGB1164526-
CMYK00.610.780.55
HSL12.67º63.38%27.84%-
HSV(B)12.67º77.59%45.49%-
XYZ8.335.661.63-
YUV64.06106.52165.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.03%
GREEN value IS 45 (17.97% from 255) = 24.06%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=62.03%
G=24.06%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116452600.610.780.5512.6763.3827.84
Hex742D1A03D4E37d3f1c
Octal164553207511667157734
Binary11101001011011101001111011001110110111110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,45,26); }

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

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

 a { background-color: rgb(116,45,26); }

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

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

 span { border-color: rgb(116,45,26); }

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