#763024

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

Shades of Pueblo #763024

Tints of Pueblo #763024

Color information

#763024 (or 0x763024) is unknown color: approx Pueblo. HEX triplet: 76, 30 and 24. RGB value is (118,48,36). Sum of RGB (Red+Green+Blue) = 118+48+36=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #763024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763024 is #89CFDB. Grayscale: #434343. Windows color (decimal): -9031644 or 2371702. OLE color: 2371702.

HSL color Cylindrical-coordinate representation of color #763024: hue angle of 8.78º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #763024 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1184836-
CMYK00.590.690.54
HSL8.78º53.25%30.2%-
HSV(B)8.78º69.49%46.27%-
XYZ8.856.092.38-
YUV67.56110.19163.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.42%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 36 (14.45% from 255) = 17.82%
R=58.42%
G=23.76%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118483600.590.690.548.7853.2530.2
Hex76302403B45369351e
Octal166604407310566116536
Binary111011011000010010001110111000101110110100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763024; }

 p { color: rgb(118,48,36); }

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

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

 a { background-color: rgb(118,48,36); }

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

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

 span { border-color: rgb(118,48,36); }

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