#763220

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

Shades of Pueblo #763220

Tints of Pueblo #763220

Color information

#763220 (or 0x763220) is unknown color: approx Pueblo. HEX triplet: 76, 32 and 20. RGB value is (118,50,32). Sum of RGB (Red+Green+Blue) = 118+50+32=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #763220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763220 is #89CDDF. Grayscale: #444444. Windows color (decimal): -9031136 or 2110070. OLE color: 2110070.

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

Color convert

RGB1185032-
CMYK00.580.730.54
HSL12.56º57.33%29.41%-
HSV(B)12.56º72.88%46.27%-
XYZ8.876.242.1-
YUV68.28107.53163.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 32 (12.89% from 255) = 16%
R=59%
G=25%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118503200.580.730.5412.5657.3329.41
Hex76322003A4936d391d
Octal166624007211166157135
Binary111011011001010000001110101001001110110110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763220; }

 p { color: rgb(118,50,32); }

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

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

 a { background-color: rgb(118,50,32); }

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

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

 span { border-color: rgb(118,50,32); }

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