#753421

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

Shades of Pueblo #753421

Tints of Pueblo #753421

Color information

#753421 (or 0x753421) is unknown color: approx Pueblo. HEX triplet: 75, 34 and 21. RGB value is (117,52,33). Sum of RGB (Red+Green+Blue) = 117+52+33=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #753421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753421 is #8ACBDE. Grayscale: #454545. Windows color (decimal): -9096159 or 2176117. OLE color: 2176117.

HSL color Cylindrical-coordinate representation of color #753421: hue angle of 13.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #753421 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB1175233-
CMYK00.560.720.54
HSL13.57º56%29.41%-
HSV(B)13.57º71.79%45.88%-
XYZ8.846.352.2-
YUV69.27107.53162.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.92%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=57.92%
G=25.74%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117523300.560.720.5413.575629.41
Hex7534210384836e381d
Octal165644107011066167035
Binary111010111010010000101110001001000110110111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753421; }

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

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

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

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

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

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

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

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