#753427

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

Shades of Pueblo #753427

Tints of Pueblo #753427

Color information

#753427 (or 0x753427) is unknown color: approx Pueblo. HEX triplet: 75, 34 and 27. RGB value is (117,52,39). Sum of RGB (Red+Green+Blue) = 117+52+39=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #753427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753427 is #8ACBD8. Grayscale: #464646. Windows color (decimal): -9096153 or 2569333. OLE color: 2569333.

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

Color convert

RGB1175239-
CMYK00.560.670.54
HSL10º50%30.59%-
HSV(B)10º66.67%45.88%-
XYZ8.936.382.68-
YUV69.95110.53161.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=56.25%
G=25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117523900.560.670.54105030.59
Hex7534270384336a321f
Octal165644707010366126237
Binary111010111010010011101110001000011110110101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753427; }

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

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

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

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

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

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

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

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