#763324

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

Shades of Pueblo #763324

Tints of Pueblo #763324

Color information

#763324 (or 0x763324) is unknown color: approx Pueblo. HEX triplet: 76, 33 and 24. RGB value is (118,51,36). Sum of RGB (Red+Green+Blue) = 118+51+36=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #763324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763324 is #89CCDB. Grayscale: #454545. Windows color (decimal): -9030876 or 2372470. OLE color: 2372470.

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

Color convert

RGB1185136-
CMYK00.570.690.54
HSL10.98º53.25%30.2%-
HSV(B)10.98º69.49%46.27%-
XYZ8.976.352.42-
YUV69.32109.2162.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 36 (14.45% from 255) = 17.56%
R=57.56%
G=24.88%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118513600.570.690.5410.9853.2530.2
Hex7633240394536b351e
Octal166634407110566136536
Binary111011011001110010001110011000101110110101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763324; }

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

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

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

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

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

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

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

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