Html Css Color HEX #4C222D Castro

📋 copy color: '#4C222D'

red 76 ◦ green 34 ◦ blue 45

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

Shades of Castro #4C222D

Tints of Castro #4C222D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.94%

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

R = 49.03%
G = 21.94%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.70

RGB Variations

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

Color information

#4C222D (or 0x4C222D) is known color: Castro. HEX triplet: 4C, 22 and 2D. RGB value is (76,34,45). Sum of RGB (Red+Green+Blue) = 76+34+45=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C222D is #B3DDD2. Grayscale: #2F2F2F. Windows color (decimal): -11787731 or 2957900. OLE color: 2957900.

HSL color Cylindrical-coordinate representation of color #4C222D: hue angle of 344.29º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C222D is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 34 45 -
CMYK 0 0.55 0.41 0.70
HSL 344.29º 0.38% 0.22% -
HSV(B) 344.29º 0.55% 0.3% -
XYZ 4.03 2.87 2.82 -
YUV 47.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 76 34 45 0 0.55 0.41 0.70 344.29 0.38 0.22
Hex 4C 22 2D 0 37 29 46 158 26 16
Octal 114 42 55 0 67 51 106 530 46 26
Binary 1001100 100010 101101 0 110111 101001 1000110 101011000 100110 10110

Color Harmonies of #4C222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C222D

Black with #4C222D

Text Example


Text Example

White with #4C222D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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