#783626

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

Shades of Pueblo #783626

Tints of Pueblo #783626

Color information

#783626 (or 0x783626) is unknown color: approx Pueblo. HEX triplet: 78, 36 and 26. RGB value is (120,54,38). Sum of RGB (Red+Green+Blue) = 120+54+38=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #783626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783626 is #87C9D9. Grayscale: #484848. Windows color (decimal): -8899034 or 2504312. OLE color: 2504312.

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

Color convert

RGB1205438-
CMYK00.550.680.53
HSL11.71º51.9%30.98%-
HSV(B)11.71º68.33%47.06%-
XYZ9.416.772.64-
YUV71.91108.87162.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.60%
GREEN value IS 54 (21.48% from 255) = 25.47%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=56.60%
G=25.47%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120543800.550.680.5311.7151.930.98
Hex7836260374435c341f
Octal170664606710465146437
Binary111100011011010011001101111000100110101110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783626; }

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

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

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

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

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

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

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

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