#78331E

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

Shades of Pueblo #78331E

Tints of Pueblo #78331E

Color information

#78331E (or 0x78331E) is unknown color: approx Pueblo. HEX triplet: 78, 33 and 1E. RGB value is (120,51,30). Sum of RGB (Red+Green+Blue) = 120+51+30=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78331E is #87CCE1. Grayscale: #454545. Windows color (decimal): -8899810 or 1979256. OLE color: 1979256.

HSL color Cylindrical-coordinate representation of color #78331E: hue angle of 14º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78331E is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1205130-
CMYK00.580.750.53
HSL14º60%29.41%-
HSV(B)14º75%47.06%-
XYZ9.166.451.99-
YUV69.24105.86164.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.70%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 30 (12.11% from 255) = 14.93%
R=59.70%
G=25.37%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120513000.580.750.53146029.41
Hex78331E03A4B35e3c1d
Octal170633607211365167435
Binary11110001100111111001110101001011110101111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78331E; }

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

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

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

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

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

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

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

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