#4C212E

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

Shades of Castro #4C212E

Tints of Castro #4C212E

Color information

#4C212E (or 0x4C212E) is unknown color: approx Castro. HEX triplet: 4C, 21 and 2E. RGB value is (76,33,46). Sum of RGB (Red+Green+Blue) = 76+33+46=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C212E is #B3DED1. Grayscale: #2F2F2F. Windows color (decimal): -11787986 or 3023180. OLE color: 3023180.

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

Color convert

RGB763346-
CMYK00.570.390.70
HSL341.86º39.45%21.37%-
HSV(B)341.86º56.58%29.8%-
XYZ4.022.822.92-
YUV47.34127.25148.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.03%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=49.03%
G=21.29%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76334600.570.390.70341.8639.4521.37
Hex4C212E03927461562715
Octal1144156071471065264725
Binary10011001000011011100111001100111100011010101011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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