Html Css Color HEX #4C212E Castro

📋 copy color: '#4C212E'

red 76 ◦ green 33 ◦ blue 46

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

Shades of Castro #4C212E

Tints of Castro #4C212E

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 value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4C212E (or 0x4C212E) is known color: 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

RGB 76 33 46 -
CMYK 0 0.57 0.39 0.70
HSL 341.86º 0.39% 0.21% -
HSV(B) 341.86º 0.57% 0.3% -
XYZ 4.02 2.82 2.92 -
YUV 47.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 76 33 46 0 0.57 0.39 0.70 341.86 0.39 0.21
Hex 4C 21 2E 0 39 27 46 156 27 15
Octal 114 41 56 0 71 47 106 526 47 25
Binary 1001100 100001 101110 0 111001 100111 1000110 101010110 100111 10101

Color Harmonies of #4C212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C212E

Black with #4C212E

Text Example


Text Example

White with #4C212E

Text Example


Text Example

HTML Codes & Css Web 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>