#763421

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

Shades of Pueblo #763421

Tints of Pueblo #763421

Color information

#763421 (or 0x763421) is unknown color: approx Pueblo. HEX triplet: 76, 34 and 21. RGB value is (118,52,33). Sum of RGB (Red+Green+Blue) = 118+52+33=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #763421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763421 is #89CBDE. Grayscale: #454545. Windows color (decimal): -9030623 or 2176118. OLE color: 2176118.

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

Color convert

RGB1185233-
CMYK00.560.720.54
HSL13.41º56.29%29.61%-
HSV(B)13.41º72.03%46.27%-
XYZ8.976.422.2-
YUV69.57107.37162.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=58.13%
G=25.62%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118523300.560.720.5413.4156.2929.61
Hex7634210384836d381e
Octal166644107011066157036
Binary111011011010010000101110001001000110110110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763421; }

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

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

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

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

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

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

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

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