#753022

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

Shades of Pueblo #753022

Tints of Pueblo #753022

Color information

#753022 (or 0x753022) is unknown color: approx Pueblo. HEX triplet: 75, 30 and 22. RGB value is (117,48,34). Sum of RGB (Red+Green+Blue) = 117+48+34=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #753022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753022 is #8ACFDD. Grayscale: #434343. Windows color (decimal): -9097182 or 2240629. OLE color: 2240629.

HSL color Cylindrical-coordinate representation of color #753022: hue angle of 10.12º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #753022 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB1174834-
CMYK00.590.710.54
HSL10.12º54.97%29.61%-
HSV(B)10.12º70.94%45.88%-
XYZ8.686.012.22-
YUV67.04109.36163.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.79%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 34 (13.67% from 255) = 17.09%
R=58.79%
G=24.12%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117483400.590.710.5410.1254.9729.61
Hex75302203B4736a371e
Octal165604207310766126736
Binary111010111000010001001110111000111110110101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753022; }

 p { color: rgb(117,48,34); }

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

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

 a { background-color: rgb(117,48,34); }

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

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

 span { border-color: rgb(117,48,34); }

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