#762C14

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

Shades of Pueblo #762C14

Tints of Pueblo #762C14

Color information

#762C14 (or 0x762C14) is unknown color: approx Pueblo. HEX triplet: 76, 2C and 14. RGB value is (118,44,20). Sum of RGB (Red+Green+Blue) = 118+44+20=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #762C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C14 is #89D3EB. Grayscale: #3F3F3F. Windows color (decimal): -9032684 or 1322102. OLE color: 1322102.

HSL color Cylindrical-coordinate representation of color #762C14: hue angle of 14.69º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #762C14 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1184420-
CMYK00.630.830.54
HSL14.69º71.01%27.06%-
HSV(B)14.69º83.05%46.27%-
XYZ8.55.71.31-
YUV63.39103.52166.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.84%
GREEN value IS 44 (17.58% from 255) = 24.18%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=64.84%
G=24.18%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118442000.630.830.5414.6971.0127.06
Hex762C1403F5336f471b
Octal1665424077123661710733
Binary111011010110010100011111110100111101101111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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