#763526

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

Shades of Pueblo #763526

Tints of Pueblo #763526

Color information

#763526 (or 0x763526) is unknown color: approx Pueblo. HEX triplet: 76, 35 and 26. RGB value is (118,53,38). Sum of RGB (Red+Green+Blue) = 118+53+38=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #763526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763526 is #89CAD9. Grayscale: #464646. Windows color (decimal): -9030362 or 2504054. OLE color: 2504054.

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

Color convert

RGB1185338-
CMYK00.550.680.54
HSL11.25º51.28%30.59%-
HSV(B)11.25º67.8%46.27%-
XYZ9.096.542.62-
YUV70.72109.53161.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 53 (21.09% from 255) = 25.36%
BLUE value IS 38 (15.23% from 255) = 18.18%
R=56.46%
G=25.36%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118533800.550.680.5411.2551.2830.59
Hex7635260374436b331f
Octal166654606710466136337
Binary111011011010110011001101111000100110110101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763526; }

 p { color: rgb(118,53,38); }

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

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

 a { background-color: rgb(118,53,38); }

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

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

 span { border-color: rgb(118,53,38); }

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