#76311A

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

Shades of Pueblo #76311A

Tints of Pueblo #76311A

Color information

#76311A (or 0x76311A) is unknown color: approx Pueblo. HEX triplet: 76, 31 and 1A. RGB value is (118,49,26). Sum of RGB (Red+Green+Blue) = 118+49+26=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #76311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76311A is #89CEE5. Grayscale: #434343. Windows color (decimal): -9031398 or 1716598. OLE color: 1716598.

HSL color Cylindrical-coordinate representation of color #76311A: hue angle of 15º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76311A is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1184926-
CMYK00.580.780.54
HSL15º63.89%28.24%-
HSV(B)15º77.97%46.27%-
XYZ8.766.121.7-
YUV67.01104.86164.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 26 (10.55% from 255) = 13.47%
R=61.14%
G=25.39%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118492600.580.780.541563.8928.24
Hex76311A03A4E36f401c
Octal1666132072116661710034
Binary111011011000111010011101010011101101101111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76311A; }

 p { color: rgb(118,49,26); }

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

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

 a { background-color: rgb(118,49,26); }

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

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

 span { border-color: rgb(118,49,26); }

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