#762C19

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

Shades of Pueblo #762C19

Tints of Pueblo #762C19

Color information

#762C19 (or 0x762C19) is unknown color: approx Pueblo. HEX triplet: 76, 2C and 19. RGB value is (118,44,25). Sum of RGB (Red+Green+Blue) = 118+44+25=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #762C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C19 is #89D3E6. Grayscale: #404040. Windows color (decimal): -9032679 or 1649782. OLE color: 1649782.

HSL color Cylindrical-coordinate representation of color #762C19: hue angle of 12.26º 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 #762C19 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1184425-
CMYK00.630.790.54
HSL12.26º65.03%28.04%-
HSV(B)12.26º78.81%46.27%-
XYZ8.555.721.57-
YUV63.96106.02166.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.10%
GREEN value IS 44 (17.58% from 255) = 23.53%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=63.10%
G=23.53%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118442500.630.790.5412.2665.0328.04
Hex762C1903F4F36c411c
Octal1665431077117661410134
Binary111011010110011001011111110011111101101100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762C19; }

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

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

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

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

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

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

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

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