Html Css Color HEX #4C222F Castro

📋 copy color: '#4C222F'

red 76 ◦ green 34 ◦ blue 47

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

Shades of Castro #4C222F

Tints of Castro #4C222F

RGB

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

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

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

R = 48.41%
G = 21.66%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4C222F (or 0x4C222F) is known color: Castro. HEX triplet: 4C, 22 and 2F. RGB value is (76,34,47). Sum of RGB (Red+Green+Blue) = 76+34+47=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C222F is #B3DDD0. Grayscale: #303030. Windows color (decimal): -11787729 or 3088972. OLE color: 3088972.

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

Color convert

RGB 76 34 47 -
CMYK 0 0.55 0.38 0.70
HSL 341.43º 0.38% 0.22% -
HSV(B) 341.43º 0.55% 0.3% -
XYZ 4.07 2.89 3.03 -
YUV 48.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 76 34 47 0 0.55 0.38 0.70 341.43 0.38 0.22
Hex 4C 22 2F 0 37 26 46 155 26 16
Octal 114 42 57 0 67 46 106 525 46 26
Binary 1001100 100010 101111 0 110111 100110 1000110 101010101 100110 10110

Color Harmonies of #4C222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C222F

Black with #4C222F

Text Example


Text Example

White with #4C222F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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