#762D1E

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

Shades of Pueblo #762D1E

Tints of Pueblo #762D1E

Color information

#762D1E (or 0x762D1E) is unknown color: approx Pueblo. HEX triplet: 76, 2D and 1E. RGB value is (118,45,30). Sum of RGB (Red+Green+Blue) = 118+45+30=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #762D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D1E is #89D2E1. Grayscale: #414141. Windows color (decimal): -9032418 or 1977718. OLE color: 1977718.

HSL color Cylindrical-coordinate representation of color #762D1E: hue angle of 10.23º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762D1E is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1184530-
CMYK00.620.750.54
HSL10.23º59.46%29.02%-
HSV(B)10.23º74.58%46.27%-
XYZ8.645.821.9-
YUV65.12108.18165.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 45 (17.97% from 255) = 23.32%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=61.14%
G=23.32%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118453000.620.750.5410.2359.4629.02
Hex762D1E03E4B36a3b1d
Octal166553607611366127335
Binary11101101011011111001111101001011110110101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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