#753327

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

Shades of Pueblo #753327

Tints of Pueblo #753327

Color information

#753327 (or 0x753327) is unknown color: approx Pueblo. HEX triplet: 75, 33 and 27. RGB value is (117,51,39). Sum of RGB (Red+Green+Blue) = 117+51+39=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #753327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753327 is #8ACCD8. Grayscale: #454545. Windows color (decimal): -9096409 or 2569077. OLE color: 2569077.

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

Color convert

RGB1175139-
CMYK00.560.670.54
HSL9.23º50%30.59%-
HSV(B)9.23º66.67%45.88%-
XYZ8.896.32.67-
YUV69.37110.87161.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=56.52%
G=24.64%
B=18.84%

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
Decimal117513900.560.670.549.235030.59
Hex75332703843369321f
Octal165634707010366116237
Binary111010111001110011101110001000011110110100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753327; }

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

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

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

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

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

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

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

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