Html Css Color HEX #4C212D Castro

📋 copy color: '#4C212D'

red 76 ◦ green 33 ◦ blue 45

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

Shades of Castro #4C212D

Tints of Castro #4C212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.22%

R = 49.35%
G = 21.43%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.70

RGB Variations

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

Color information

#4C212D (or 0x4C212D) is known color: Castro. HEX triplet: 4C, 21 and 2D. RGB value is (76,33,45). Sum of RGB (Red+Green+Blue) = 76+33+45=154 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.35% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 76 - color contains mainly: red. Hex color #4C212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C212D is #B3DED2. Grayscale: #2F2F2F. Windows color (decimal): -11787987 or 2957644. OLE color: 2957644.

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

Color convert

RGB 76 33 45 -
CMYK 0 0.57 0.41 0.70
HSL 343.26º 0.39% 0.21% -
HSV(B) 343.26º 0.57% 0.3% -
XYZ 4 2.81 2.81 -
YUV 47.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 76 33 45 0 0.57 0.41 0.70 343.26 0.39 0.21
Hex 4C 21 2D 0 39 29 46 157 27 15
Octal 114 41 55 0 71 51 106 527 47 25
Binary 1001100 100001 101101 0 111001 101001 1000110 101010111 100111 10101

Color Harmonies of #4C212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C212D

Black with #4C212D

Text Example


Text Example

White with #4C212D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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