#753423

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

Shades of Pueblo #753423

Tints of Pueblo #753423

Color information

#753423 (or 0x753423) is unknown color: approx Pueblo. HEX triplet: 75, 34 and 23. RGB value is (117,52,35). Sum of RGB (Red+Green+Blue) = 117+52+35=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #753423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753423 is #8ACBDC. Grayscale: #454545. Windows color (decimal): -9096157 or 2307189. OLE color: 2307189.

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

Color convert

RGB1175235-
CMYK00.560.700.54
HSL12.44º53.95%29.8%-
HSV(B)12.44º70.09%45.88%-
XYZ8.876.362.35-
YUV69.5108.53161.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 35 (14.06% from 255) = 17.16%
R=57.35%
G=25.49%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117523500.560.700.5412.4453.9529.8
Hex7534230384636c361e
Octal165644307010666146636
Binary111010111010010001101110001000110110110110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753423; }

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

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

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

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

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

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

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

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