#763224

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

Shades of Pueblo #763224

Tints of Pueblo #763224

Color information

#763224 (or 0x763224) is unknown color: approx Pueblo. HEX triplet: 76, 32 and 24. RGB value is (118,50,36). Sum of RGB (Red+Green+Blue) = 118+50+36=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #763224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763224 is #89CDDB. Grayscale: #444444. Windows color (decimal): -9031132 or 2372214. OLE color: 2372214.

HSL color Cylindrical-coordinate representation of color #763224: hue angle of 10.24º 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 #763224 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1185036-
CMYK00.580.690.54
HSL10.24º53.25%30.2%-
HSV(B)10.24º69.49%46.27%-
XYZ8.936.262.41-
YUV68.74109.53163.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 36 (14.45% from 255) = 17.65%
R=57.84%
G=24.51%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118503600.580.690.5410.2453.2530.2
Hex76322403A4536a351e
Octal166624407210566126536
Binary111011011001010010001110101000101110110101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763224; }

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

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

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

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

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

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

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

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