#4C202D

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

Shades of Castro #4C202D

Tints of Castro #4C202D

Color information

#4C202D (or 0x4C202D) is unknown color: approx Castro. HEX triplet: 4C, 20 and 2D. RGB value is (76,32,45). Sum of RGB (Red+Green+Blue) = 76+32+45=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C202D is #B3DFD2. Grayscale: #2E2E2E. Windows color (decimal): -11788243 or 2957388. OLE color: 2957388.

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

Color convert

RGB763245-
CMYK00.580.410.70
HSL342.27º40.74%21.18%-
HSV(B)342.27º57.89%29.8%-
XYZ3.972.762.81-
YUV46.64127.08148.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.67%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 45 (17.97% from 255) = 29.41%
R=49.67%
G=20.92%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76324500.580.410.70342.2740.7421.18
Hex4C202D03A29461562915
Octal1144055072511065265125
Binary10011001000001011010111010101001100011010101011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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