#4E2434

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

Shades of Castro #4E2434

Tints of Castro #4E2434

Color information

#4E2434 (or 0x4E2434) is unknown color: approx Castro. HEX triplet: 4E, 24 and 34. RGB value is (78,36,52). Sum of RGB (Red+Green+Blue) = 78+36+52=166 (21% of max value = 765). Red value is 78 (30.86% from 255 or 46.99% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2434 is #B1DBCB. Grayscale: #323232. Windows color (decimal): -11656140 or 3417166. OLE color: 3417166.

HSL color Cylindrical-coordinate representation of color #4E2434: hue angle of 337.14º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E2434 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB783652-
CMYK00.540.330.69
HSL337.14º36.84%22.35%-
HSV(B)337.14º53.85%30.59%-
XYZ4.393.133.62-
YUV50.38128.91147.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.99%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=46.99%
G=21.69%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78365200.540.330.69337.1436.8422.35
Hex4E243403621451512516
Octal1164464066411055214526
Binary10011101001001101000110110100001100010110101000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,36,52); }

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

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

 a { background-color: rgb(78,36,52); }

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

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

 span { border-color: rgb(78,36,52); }

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