#753420

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

Shades of Pueblo #753420

Tints of Pueblo #753420

Color information

#753420 (or 0x753420) is unknown color: approx Pueblo. HEX triplet: 75, 34 and 20. RGB value is (117,52,32). Sum of RGB (Red+Green+Blue) = 117+52+32=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #753420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753420 is #8ACBDF. Grayscale: #454545. Windows color (decimal): -9096160 or 2110581. OLE color: 2110581.

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

Color convert

RGB1175232-
CMYK00.560.730.54
HSL14.12º57.05%29.22%-
HSV(B)14.12º72.65%45.88%-
XYZ8.826.342.13-
YUV69.15107.03162.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.21%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=58.21%
G=25.87%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117523200.560.730.5414.1257.0529.22
Hex7534200384936e391d
Octal165644007011166167135
Binary111010111010010000001110001001001110110111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753420; }

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

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

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

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

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

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

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

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