#76291F

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

Shades of Pueblo #76291F

Tints of Pueblo #76291F

Color information

#76291F (or 0x76291F) is unknown color: approx Pueblo. HEX triplet: 76, 29 and 1F. RGB value is (118,41,31). Sum of RGB (Red+Green+Blue) = 118+41+31=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #76291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76291F is #89D6E0. Grayscale: #3F3F3F. Windows color (decimal): -9033441 or 2042230. OLE color: 2042230.

HSL color Cylindrical-coordinate representation of color #76291F: hue angle of 6.9º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76291F is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1184131-
CMYK00.650.740.54
HSL6.9º58.39%29.22%-
HSV(B)6.9º73.73%46.27%-
XYZ8.515.541.92-
YUV62.88110.01167.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.11%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=62.11%
G=21.58%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118413100.650.740.546.958.3929.22
Hex76291F0414A3673a1d
Octal166513701011126677235
Binary11101101010011111101000001100101011011011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76291F; }

 p { color: rgb(118,41,31); }

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

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

 a { background-color: rgb(118,41,31); }

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

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

 span { border-color: rgb(118,41,31); }

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