#762818

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

Shades of Pueblo #762818

Tints of Pueblo #762818

Color information

#762818 (or 0x762818) is unknown color: approx Pueblo. HEX triplet: 76, 28 and 18. RGB value is (118,40,24). Sum of RGB (Red+Green+Blue) = 118+40+24=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #762818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762818 is #89D7E7. Grayscale: #3D3D3D. Windows color (decimal): -9033704 or 1583222. OLE color: 1583222.

HSL color Cylindrical-coordinate representation of color #762818: hue angle of 10.21º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762818 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1184024-
CMYK00.660.800.54
HSL10.21º66.2%27.84%-
HSV(B)10.21º79.66%46.27%-
XYZ8.395.441.47-
YUV61.5106.84168.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.84%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 24 (9.77% from 255) = 13.19%
R=64.84%
G=21.98%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118402400.660.800.5410.2166.227.84
Hex7628180425036a421c
Octal16650300102120661210234
Binary1110110101000110000100001010100001101101010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762818; }

 p { color: rgb(118,40,24); }

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

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

 a { background-color: rgb(118,40,24); }

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

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

 span { border-color: rgb(118,40,24); }

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