#763019

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

Shades of Pueblo #763019

Tints of Pueblo #763019

Color information

#763019 (or 0x763019) is unknown color: approx Pueblo. HEX triplet: 76, 30 and 19. RGB value is (118,48,25). Sum of RGB (Red+Green+Blue) = 118+48+25=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #763019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763019 is #89CFE6. Grayscale: #424242. Windows color (decimal): -9031655 or 1650806. OLE color: 1650806.

HSL color Cylindrical-coordinate representation of color #763019: hue angle of 14.84º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #763019 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1184825-
CMYK00.590.790.54
HSL14.84º65.03%28.04%-
HSV(B)14.84º78.81%46.27%-
XYZ8.76.041.63-
YUV66.31104.69164.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.78%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=61.78%
G=25.13%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118482500.590.790.5414.8465.0328.04
Hex76301903B4F36f411c
Octal1666031073117661710134
Binary111011011000011001011101110011111101101111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763019; }

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

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

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

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

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

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

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

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