#763621

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

Shades of Pueblo #763621

Tints of Pueblo #763621

Color information

#763621 (or 0x763621) is unknown color: approx Pueblo. HEX triplet: 76, 36 and 21. RGB value is (118,54,33). Sum of RGB (Red+Green+Blue) = 118+54+33=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #763621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763621 is #89C9DE. Grayscale: #464646. Windows color (decimal): -9030111 or 2176630. OLE color: 2176630.

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

Color convert

RGB1185433-
CMYK00.540.720.54
HSL14.82º56.29%29.61%-
HSV(B)14.82º72.03%46.27%-
XYZ9.066.62.23-
YUV70.74106.7161.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=57.56%
G=26.34%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118543300.540.720.5414.8256.2929.61
Hex7636210364836f381e
Octal166664106611066177036
Binary111011011011010000101101101001000110110111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763621; }

 p { color: rgb(118,54,33); }

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

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

 a { background-color: rgb(118,54,33); }

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

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

 span { border-color: rgb(118,54,33); }

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