#76301D

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

Shades of Pueblo #76301D

Tints of Pueblo #76301D

Color information

#76301D (or 0x76301D) is unknown color: approx Pueblo. HEX triplet: 76, 30 and 1D. RGB value is (118,48,29). Sum of RGB (Red+Green+Blue) = 118+48+29=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #76301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76301D is #89CFE2. Grayscale: #424242. Windows color (decimal): -9031651 or 1912950. OLE color: 1912950.

HSL color Cylindrical-coordinate representation of color #76301D: hue angle of 12.81º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76301D is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1184829-
CMYK00.590.750.54
HSL12.81º60.54%28.82%-
HSV(B)12.81º75.42%46.27%-
XYZ8.756.051.87-
YUV66.76106.69164.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.51%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 29 (11.72% from 255) = 14.87%
R=60.51%
G=24.62%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118482900.590.750.5412.8160.5428.82
Hex76301D03B4B36d3d1d
Octal166603507311366157535
Binary11101101100001110101110111001011110110110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76301D; }

 p { color: rgb(118,48,29); }

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

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

 a { background-color: rgb(118,48,29); }

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

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

 span { border-color: rgb(118,48,29); }

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