#753927

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

Shades of Pueblo #753927

Tints of Pueblo #753927

Color information

#753927 (or 0x753927) is unknown color: approx Pueblo. HEX triplet: 75, 39 and 27. RGB value is (117,57,39). Sum of RGB (Red+Green+Blue) = 117+57+39=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #753927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753927 is #8AC6D8. Grayscale: #494949. Windows color (decimal): -9094873 or 2570613. OLE color: 2570613.

HSL color Cylindrical-coordinate representation of color #753927: hue angle of 13.85º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #753927 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1175739-
CMYK00.510.670.54
HSL13.85º50%30.59%-
HSV(B)13.85º66.67%45.88%-
XYZ9.176.852.76-
YUV72.89108.88159.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 39 (15.62% from 255) = 18.31%
R=54.93%
G=26.76%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117573900.510.670.5413.855030.59
Hex7539270334336e321f
Octal165714706310366166237
Binary111010111100110011101100111000011110110111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753927; }

 p { color: rgb(117,57,39); }

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

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

 a { background-color: rgb(117,57,39); }

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

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

 span { border-color: rgb(117,57,39); }

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