#762C13

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

Shades of Pueblo #762C13

Tints of Pueblo #762C13

Color information

#762C13 (or 0x762C13) is unknown color: approx Pueblo. HEX triplet: 76, 2C and 13. RGB value is (118,44,19). Sum of RGB (Red+Green+Blue) = 118+44+19=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #762C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C13 is #89D3EC. Grayscale: #3F3F3F. Windows color (decimal): -9032685 or 1256566. OLE color: 1256566.

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

Color convert

RGB1184419-
CMYK00.630.840.54
HSL15.15º72.26%26.86%-
HSV(B)15.15º83.9%46.27%-
XYZ8.495.71.27-
YUV63.28103.02167.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.19%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=65.19%
G=24.31%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118441900.630.840.5415.1572.2626.86
Hex762C1303F5436f481b
Octal1665423077124661711033
Binary111011010110010011011111110101001101101111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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