#742715

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

Shades of Pueblo #742715

Tints of Pueblo #742715

Color information

#742715 (or 0x742715) is unknown color: approx Pueblo. HEX triplet: 74, 27 and 15. RGB value is (116,39,21). Sum of RGB (Red+Green+Blue) = 116+39+21=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #742715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742715 is #8BD8EA. Grayscale: #3C3C3C. Windows color (decimal): -9165035 or 1386356. OLE color: 1386356.

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

Color convert

RGB1163921-
CMYK00.660.820.55
HSL11.37º69.34%26.86%-
HSV(B)11.37º81.9%45.49%-
XYZ8.065.221.29-
YUV59.97106.01167.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.91%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=65.91%
G=22.16%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116392100.660.820.5511.3769.3426.86
Hex7427150425237b451b
Octal16447250102122671310533
Binary1110100100111101010100001010100101101111011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742715; }

 p { color: rgb(116,39,21); }

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

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

 a { background-color: rgb(116,39,21); }

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

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

 span { border-color: rgb(116,39,21); }

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