#753024

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

Shades of Pueblo #753024

Tints of Pueblo #753024

Color information

#753024 (or 0x753024) is unknown color: approx Pueblo. HEX triplet: 75, 30 and 24. RGB value is (117,48,36). Sum of RGB (Red+Green+Blue) = 117+48+36=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #753024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753024 is #8ACFDB. Grayscale: #434343. Windows color (decimal): -9097180 or 2371701. OLE color: 2371701.

HSL color Cylindrical-coordinate representation of color #753024: hue angle of 8.89º 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 #753024 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1174836-
CMYK00.590.690.54
HSL8.89º52.94%30%-
HSV(B)8.89º69.23%45.88%-
XYZ8.716.022.37-
YUV67.26110.36163.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.21%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 36 (14.45% from 255) = 17.91%
R=58.21%
G=23.88%
B=17.91%

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
Decimal117483600.590.690.548.8952.9430
Hex75302403B45369351e
Octal165604407310566116536
Binary111010111000010010001110111000101110110100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753024; }

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

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

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

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

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

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

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

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