#78301E

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

Shades of Pueblo #78301E

Tints of Pueblo #78301E

Color information

#78301E (or 0x78301E) is unknown color: approx Pueblo. HEX triplet: 78, 30 and 1E. RGB value is (120,48,30). Sum of RGB (Red+Green+Blue) = 120+48+30=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #78301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78301E is #87CFE1. Grayscale: #434343. Windows color (decimal): -8900578 or 1978488. OLE color: 1978488.

HSL color Cylindrical-coordinate representation of color #78301E: hue angle of 12º 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 #78301E is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1204830-
CMYK00.600.750.53
HSL12º60%29.41%-
HSV(B)12º75%47.06%-
XYZ9.046.21.95-
YUV67.48106.85165.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.61%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 30 (12.11% from 255) = 15.15%
R=60.61%
G=24.24%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120483000.600.750.53126029.41
Hex78301E03C4B35c3c1d
Octal170603607411365147435
Binary11110001100001111001111001001011110101110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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