#753422

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

Shades of Pueblo #753422

Tints of Pueblo #753422

Color information

#753422 (or 0x753422) is unknown color: approx Pueblo. HEX triplet: 75, 34 and 22. RGB value is (117,52,34). Sum of RGB (Red+Green+Blue) = 117+52+34=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #753422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753422 is #8ACBDD. Grayscale: #454545. Windows color (decimal): -9096158 or 2241653. OLE color: 2241653.

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

Color convert

RGB1175234-
CMYK00.560.710.54
HSL13.01º54.97%29.61%-
HSV(B)13.01º70.94%45.88%-
XYZ8.856.352.27-
YUV69.38108.03161.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=57.64%
G=25.62%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117523400.560.710.5413.0154.9729.61
Hex7534220384736d371e
Octal165644207010766156736
Binary111010111010010001001110001000111110110110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753422; }

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

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

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

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

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

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

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

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