#78301A

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

Shades of Pueblo #78301A

Tints of Pueblo #78301A

Color information

#78301A (or 0x78301A) is unknown color: approx Pueblo. HEX triplet: 78, 30 and 1A. RGB value is (120,48,26). Sum of RGB (Red+Green+Blue) = 120+48+26=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #78301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78301A is #87CFE5. Grayscale: #434343. Windows color (decimal): -8900582 or 1716344. OLE color: 1716344.

HSL color Cylindrical-coordinate representation of color #78301A: hue angle of 14.04º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78301A is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1204826-
CMYK00.600.780.53
HSL14.04º64.38%28.63%-
HSV(B)14.04º78.33%47.06%-
XYZ8.996.181.7-
YUV67.02104.85165.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.86%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 26 (10.55% from 255) = 13.40%
R=61.86%
G=24.74%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120482600.600.780.5314.0464.3828.63
Hex78301A03C4E35e401d
Octal1706032074116651610035
Binary111100011000011010011110010011101101011110100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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