Html Css Color HEX #4C202F Castro

📋 copy color: '#4C202F'

red 76 ◦ green 32 ◦ blue 47

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

Shades of Castro #4C202F

Tints of Castro #4C202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

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

R = 49.03%
G = 20.65%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4C202F (or 0x4C202F) is known color: Castro. HEX triplet: 4C, 20 and 2F. RGB value is (76,32,47). Sum of RGB (Red+Green+Blue) = 76+32+47=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C202F is #B3DFD0. Grayscale: #2E2E2E. Windows color (decimal): -11788241 or 3088460. OLE color: 3088460.

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

Color convert

RGB 76 32 47 -
CMYK 0 0.58 0.38 0.70
HSL 339.55º 0.41% 0.21% -
HSV(B) 339.55º 0.58% 0.3% -
XYZ 4.01 2.77 3.01 -
YUV 46.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 76 32 47 0 0.58 0.38 0.70 339.55 0.41 0.21
Hex 4C 20 2F 0 3A 26 46 154 29 15
Octal 114 40 57 0 72 46 106 524 51 25
Binary 1001100 100000 101111 0 111010 100110 1000110 101010100 101001 10101

Color Harmonies of #4C202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C202F

Black with #4C202F

Text Example


Text Example

White with #4C202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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