#763322

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

Shades of Pueblo #763322

Tints of Pueblo #763322

Color information

#763322 (or 0x763322) is unknown color: approx Pueblo. HEX triplet: 76, 33 and 22. RGB value is (118,51,34). Sum of RGB (Red+Green+Blue) = 118+51+34=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #763322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763322 is #89CCDD. Grayscale: #454545. Windows color (decimal): -9030878 or 2241398. OLE color: 2241398.

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

Color convert

RGB1185134-
CMYK00.570.710.54
HSL12.14º55.26%29.8%-
HSV(B)12.14º71.19%46.27%-
XYZ8.946.332.26-
YUV69.1108.2162.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=58.13%
G=25.12%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118513400.570.710.5412.1455.2629.8
Hex7633220394736c371e
Octal166634207110766146736
Binary111011011001110001001110011000111110110110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763322; }

 p { color: rgb(118,51,34); }

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

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

 a { background-color: rgb(118,51,34); }

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

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

 span { border-color: rgb(118,51,34); }

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