#783327

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

Shades of Pueblo #783327

Tints of Pueblo #783327

Color information

#783327 (or 0x783327) is unknown color: approx Pueblo. HEX triplet: 78, 33 and 27. RGB value is (120,51,39). Sum of RGB (Red+Green+Blue) = 120+51+39=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #783327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783327 is #87CCD8. Grayscale: #464646. Windows color (decimal): -8899801 or 2569080. OLE color: 2569080.

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

Color convert

RGB1205139-
CMYK00.580.670.53
HSL8.89º50.94%31.18%-
HSV(B)8.89º67.5%47.06%-
XYZ9.36.512.69-
YUV70.26110.36163.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.14%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 39 (15.62% from 255) = 18.57%
R=57.14%
G=24.29%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120513900.580.670.538.8950.9431.18
Hex78332703A43359331f
Octal170634707210365116337
Binary111100011001110011101110101000011110101100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783327; }

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

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

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

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

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

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

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

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