#763520

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

Shades of Pueblo #763520

Tints of Pueblo #763520

Color information

#763520 (or 0x763520) is unknown color: approx Pueblo. HEX triplet: 76, 35 and 20. RGB value is (118,53,32). Sum of RGB (Red+Green+Blue) = 118+53+32=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #763520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763520 is #89CADF. Grayscale: #464646. Windows color (decimal): -9030368 or 2110838. OLE color: 2110838.

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

Color convert

RGB1185332-
CMYK00.550.730.54
HSL14.65º57.33%29.41%-
HSV(B)14.65º72.88%46.27%-
XYZ9.016.52.15-
YUV70.04106.53162.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 32 (12.89% from 255) = 15.76%
R=58.13%
G=26.11%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118533200.550.730.5414.6557.3329.41
Hex7635200374936f391d
Octal166654006711166177135
Binary111011011010110000001101111001001110110111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763520; }

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

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

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

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

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

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

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

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