#783226

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

Shades of Pueblo #783226

Tints of Pueblo #783226

Color information

#783226 (or 0x783226) is unknown color: approx Pueblo. HEX triplet: 78, 32 and 26. RGB value is (120,50,38). Sum of RGB (Red+Green+Blue) = 120+50+38=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #783226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783226 is #87CDD9. Grayscale: #454545. Windows color (decimal): -8900058 or 2503288. OLE color: 2503288.

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

Color convert

RGB1205038-
CMYK00.580.680.53
HSL8.78º51.9%30.98%-
HSV(B)8.78º68.33%47.06%-
XYZ9.246.412.58-
YUV69.56110.19163.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.69%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 38 (15.23% from 255) = 18.27%
R=57.69%
G=24.04%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120503800.580.680.538.7851.930.98
Hex78322603A44359341f
Octal170624607210465116437
Binary111100011001010011001110101000100110101100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783226; }

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

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

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

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

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

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

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

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