#783223

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

Shades of Pueblo #783223

Tints of Pueblo #783223

Color information

#783223 (or 0x783223) is unknown color: approx Pueblo. HEX triplet: 78, 32 and 23. RGB value is (120,50,35). Sum of RGB (Red+Green+Blue) = 120+50+35=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #783223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783223 is #87CDDC. Grayscale: #454545. Windows color (decimal): -8900061 or 2306680. OLE color: 2306680.

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

Color convert

RGB1205035-
CMYK00.580.710.53
HSL10.59º54.84%30.39%-
HSV(B)10.59º70.83%47.06%-
XYZ9.196.42.34-
YUV69.22108.69164.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.54%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 35 (14.06% from 255) = 17.07%
R=58.54%
G=24.39%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120503500.580.710.5310.5954.8430.39
Hex78322303A4735b371e
Octal170624307210765136736
Binary111100011001010001101110101000111110101101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783223; }

 p { color: rgb(120,50,35); }

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

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

 a { background-color: rgb(120,50,35); }

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

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

 span { border-color: rgb(120,50,35); }

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