#783426

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

Shades of Pueblo #783426

Tints of Pueblo #783426

Color information

#783426 (or 0x783426) is unknown color: approx Pueblo. HEX triplet: 78, 34 and 26. RGB value is (120,52,38). Sum of RGB (Red+Green+Blue) = 120+52+38=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #783426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783426 is #87CBD9. Grayscale: #464646. Windows color (decimal): -8899546 or 2503800. OLE color: 2503800.

HSL color Cylindrical-coordinate representation of color #783426: hue angle of 10.24º 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 #783426 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1205238-
CMYK00.570.680.53
HSL10.24º51.9%30.98%-
HSV(B)10.24º68.33%47.06%-
XYZ9.326.592.61-
YUV70.74109.53163.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.14%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 38 (15.23% from 255) = 18.10%
R=57.14%
G=24.76%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120523800.570.680.5310.2451.930.98
Hex7834260394435a341f
Octal170644607110465126437
Binary111100011010010011001110011000100110101101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783426; }

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

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

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

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

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

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

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

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