#763021

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

Shades of Pueblo #763021

Tints of Pueblo #763021

Color information

#763021 (or 0x763021) is unknown color: approx Pueblo. HEX triplet: 76, 30 and 21. RGB value is (118,48,33). Sum of RGB (Red+Green+Blue) = 118+48+33=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #763021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763021 is #89CFDE. Grayscale: #434343. Windows color (decimal): -9031647 or 2175094. OLE color: 2175094.

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

Color convert

RGB1184833-
CMYK00.590.720.54
HSL10.59º56.29%29.61%-
HSV(B)10.59º72.03%46.27%-
XYZ8.86.082.15-
YUV67.22108.69164.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.30%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 33 (13.28% from 255) = 16.58%
R=59.30%
G=24.12%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118483300.590.720.5410.5956.2929.61
Hex76302103B4836b381e
Octal166604107311066137036
Binary111011011000010000101110111001000110110101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763021; }

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

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

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

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

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

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

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

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