#78321F

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

Shades of Pueblo #78321F

Tints of Pueblo #78321F

Color information

#78321F (or 0x78321F) is unknown color: approx Pueblo. HEX triplet: 78, 32 and 1F. RGB value is (120,50,31). Sum of RGB (Red+Green+Blue) = 120+50+31=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78321F is #87CDE0. Grayscale: #444444. Windows color (decimal): -8900065 or 2044536. OLE color: 2044536.

HSL color Cylindrical-coordinate representation of color #78321F: hue angle of 12.81º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78321F is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1205031-
CMYK00.580.740.53
HSL12.81º58.94%29.61%-
HSV(B)12.81º74.17%47.06%-
XYZ9.136.372.05-
YUV68.76106.69164.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.70%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 31 (12.5% from 255) = 15.42%
R=59.70%
G=24.88%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120503100.580.740.5312.8158.9429.61
Hex78321F03A4A35d3b1e
Octal170623707211265157336
Binary11110001100101111101110101001010110101110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78321F; }

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

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

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

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

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

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

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

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