#76301B

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

Shades of Pueblo #76301B

Tints of Pueblo #76301B

Color information

#76301B (or 0x76301B) is unknown color: approx Pueblo. HEX triplet: 76, 30 and 1B. RGB value is (118,48,27). Sum of RGB (Red+Green+Blue) = 118+48+27=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #76301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76301B is #89CFE4. Grayscale: #424242. Windows color (decimal): -9031653 or 1781878. OLE color: 1781878.

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

Color convert

RGB1184827-
CMYK00.590.770.54
HSL13.85º62.76%28.43%-
HSV(B)13.85º77.12%46.27%-
XYZ8.736.041.74-
YUV66.54105.69164.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=61.14%
G=24.87%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118482700.590.770.5413.8562.7628.43
Hex76301B03B4D36e3f1c
Octal166603307311566167734
Binary11101101100001101101110111001101110110111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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