Html Css Color HEX #4C212F Castro

📋 copy color: '#4C212F'

red 76 ◦ green 33 ◦ blue 47

#4C212F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Castro #4C212F

Tints of Castro #4C212F

RGB

 RED value IS 76 (30.08% from 255) = 48.72%

 GREEN value IS 33 (13.28% from 255) = 21.15%

 BLUE value IS 47 (18.75% from 255) = 30.13%

R = 48.72%
G = 21.15%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4C212F (or 0x4C212F) is known color: Castro. HEX triplet: 4C, 21 and 2F. RGB value is (76,33,47). Sum of RGB (Red+Green+Blue) = 76+33+47=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C212F is #B3DED0. Grayscale: #2F2F2F. Windows color (decimal): -11787985 or 3088716. OLE color: 3088716.

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

Color convert

RGB 76 33 47 -
CMYK 0 0.57 0.38 0.70
HSL 340.47º 0.39% 0.21% -
HSV(B) 340.47º 0.57% 0.3% -
XYZ 4.04 2.83 3.02 -
YUV 47.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 76 33 47 0 0.57 0.38 0.70 340.47 0.39 0.21
Hex 4C 21 2F 0 39 26 46 154 27 15
Octal 114 41 57 0 71 46 106 524 47 25
Binary 1001100 100001 101111 0 111001 100110 1000110 101010100 100111 10101

Color Harmonies of #4C212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C212F

Black with #4C212F

Text Example


Text Example

White with #4C212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C212F;
 }
 .AnyTagClassName
 {
   color: #4C212F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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