#4D212E

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

Shades of Castro #4D212E

Tints of Castro #4D212E

Color information

#4D212E (or 0x4D212E) is unknown color: approx Castro. HEX triplet: 4D, 21 and 2E. RGB value is (77,33,46). Sum of RGB (Red+Green+Blue) = 77+33+46=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D212E is #B2DED1. Grayscale: #2F2F2F. Windows color (decimal): -11722450 or 3023181. OLE color: 3023181.

HSL color Cylindrical-coordinate representation of color #4D212E: hue angle of 342.27º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D212E is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB773346-
CMYK00.570.400.70
HSL342.27º40%21.57%-
HSV(B)342.27º57.14%30.2%-
XYZ4.12.862.92-
YUV47.64127.08148.94-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.36%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=49.36%
G=21.15%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77334600.570.400.70342.274021.57
Hex4D212E03928461562816
Octal1154156071501065265026
Binary10011011000011011100111001101000100011010101011010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,33,46); }

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

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

 a { background-color: rgb(77,33,46); }

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

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

 span { border-color: rgb(77,33,46); }

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