#762D19

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

Shades of Pueblo #762D19

Tints of Pueblo #762D19

Color information

#762D19 (or 0x762D19) is unknown color: approx Pueblo. HEX triplet: 76, 2D and 19. RGB value is (118,45,25). Sum of RGB (Red+Green+Blue) = 118+45+25=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #762D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762D19 is #89D2E6. Grayscale: #404040. Windows color (decimal): -9032423 or 1650038. OLE color: 1650038.

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

Color convert

RGB1184525-
CMYK00.620.790.54
HSL12.9º65.03%28.04%-
HSV(B)12.9º78.81%46.27%-
XYZ8.595.81.59-
YUV64.55105.68166.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.77%
GREEN value IS 45 (17.97% from 255) = 23.94%
BLUE value IS 25 (10.16% from 255) = 13.30%
R=62.77%
G=23.94%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118452500.620.790.5412.965.0328.04
Hex762D1903E4F36d411c
Octal1665531076117661510134
Binary111011010110111001011111010011111101101101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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