#783427

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

Shades of Pueblo #783427

Tints of Pueblo #783427

Color information

#783427 (or 0x783427) is unknown color: approx Pueblo. HEX triplet: 78, 34 and 27. RGB value is (120,52,39). Sum of RGB (Red+Green+Blue) = 120+52+39=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #783427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783427 is #87CBD8. Grayscale: #464646. Windows color (decimal): -8899545 or 2569336. OLE color: 2569336.

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

Color convert

RGB1205239-
CMYK00.570.670.53
HSL9.63º50.94%31.18%-
HSV(B)9.63º67.5%47.06%-
XYZ9.346.62.7-
YUV70.85110.03163.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.87%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=56.87%
G=24.64%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120523900.570.670.539.6350.9431.18
Hex7834270394335a331f
Octal170644707110365126337
Binary111100011010010011101110011000011110101101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783427; }

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

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

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

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

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

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

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

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