#763221

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

Shades of Pueblo #763221

Tints of Pueblo #763221

Color information

#763221 (or 0x763221) is unknown color: approx Pueblo. HEX triplet: 76, 32 and 21. RGB value is (118,50,33). Sum of RGB (Red+Green+Blue) = 118+50+33=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #763221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763221 is #89CDDE. Grayscale: #444444. Windows color (decimal): -9031135 or 2175606. OLE color: 2175606.

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

Color convert

RGB1185033-
CMYK00.580.720.54
HSL12º56.29%29.61%-
HSV(B)12º72.03%46.27%-
XYZ8.896.242.18-
YUV68.39108.03163.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=58.71%
G=24.88%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118503300.580.720.541256.2929.61
Hex76322103A4836c381e
Octal166624107211066147036
Binary111011011001010000101110101001000110110110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763221; }

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

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

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

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

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

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

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

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