#4D202D

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

Shades of Castro #4D202D

Tints of Castro #4D202D

Color information

#4D202D (or 0x4D202D) is unknown color: approx Castro. HEX triplet: 4D, 20 and 2D. RGB value is (77,32,45). Sum of RGB (Red+Green+Blue) = 77+32+45=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D202D is #B2DFD2. Grayscale: #2E2E2E. Windows color (decimal): -11722707 or 2957389. OLE color: 2957389.

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

Color convert

RGB773245-
CMYK00.580.420.70
HSL342.67º41.28%21.37%-
HSV(B)342.67º58.44%30.2%-
XYZ4.052.82.81-
YUV46.94126.91149.44-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=50%
G=20.78%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77324500.580.420.70342.6741.2821.37
Hex4D202D03A2A461572915
Octal1154055072521065275125
Binary10011011000001011010111010101010100011010101011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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