#4D212D

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

Shades of Castro #4D212D

Tints of Castro #4D212D

Color information

#4D212D (or 0x4D212D) is unknown color: approx Castro. HEX triplet: 4D, 21 and 2D. RGB value is (77,33,45). Sum of RGB (Red+Green+Blue) = 77+33+45=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D212D is #B2DED2. Grayscale: #2F2F2F. Windows color (decimal): -11722451 or 2957645. OLE color: 2957645.

HSL color Cylindrical-coordinate representation of color #4D212D: hue angle of 343.64º 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 #4D212D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB773345-
CMYK00.570.420.70
HSL343.64º40%21.57%-
HSV(B)343.64º57.14%30.2%-
XYZ4.082.852.82-
YUV47.52126.58149.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.68%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=49.68%
G=21.29%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77334500.570.420.70343.644021.57
Hex4D212D0392A461582816
Octal1154155071521065305026
Binary10011011000011011010111001101010100011010101100010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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