#4C1D1E

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

Shades of Lonestar #4C1D1E

Tints of Lonestar #4C1D1E

Color information

#4C1D1E (or 0x4C1D1E) is unknown color: approx Lonestar. HEX triplet: 4C, 1D and 1E. RGB value is (76,29,30). Sum of RGB (Red+Green+Blue) = 76+29+30=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1D1E is #B3E2E1. Grayscale: #2B2B2B. Windows color (decimal): -11789026 or 1973580. OLE color: 1973580.

HSL color Cylindrical-coordinate representation of color #4C1D1E: hue angle of 358.72º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C1D1E is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB762930-
CMYK00.620.610.70
HSL358.72º44.76%20.59%-
HSV(B)358.72º61.84%29.8%-
XYZ3.652.511.52-
YUV43.17120.57151.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 56.30%
GREEN value IS 29 (11.72% from 255) = 21.48%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=56.30%
G=21.48%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76293000.620.610.70358.7244.7620.59
Hex4C1D1E03E3D461672d15
Octal1143536076751065475525
Binary100110011101111100111110111101100011010110011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C1D1E; }

 p { color: rgb(76,29,30); }

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

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

 a { background-color: rgb(76,29,30); }

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

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

 span { border-color: rgb(76,29,30); }

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