#4E1F2E

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

Shades of Castro #4E1F2E

Tints of Castro #4E1F2E

Color information

#4E1F2E (or 0x4E1F2E) is unknown color: approx Castro. HEX triplet: 4E, 1F and 2E. RGB value is (78,31,46). Sum of RGB (Red+Green+Blue) = 78+31+46=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1F2E is #B1E0D1. Grayscale: #2E2E2E. Windows color (decimal): -11657426 or 3022670. OLE color: 3022670.

HSL color Cylindrical-coordinate representation of color #4E1F2E: hue angle of 340.85º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E1F2E is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB783146-
CMYK00.600.410.69
HSL340.85º43.12%21.37%-
HSV(B)340.85º60.26%30.59%-
XYZ4.132.82.91-
YUV46.76127.57150.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.32%
GREEN value IS 31 (12.5% from 255) = 20%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=50.32%
G=20%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78314600.600.410.69340.8543.1221.37
Hex4E1F2E03C29451552b15
Octal1163756074511055255325
Binary1001110111111011100111100101001100010110101010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,31,46); }

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

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

 a { background-color: rgb(78,31,46); }

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

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

 span { border-color: rgb(78,31,46); }

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