Html Css Color HEX #4C202C Castro

📋 copy color: '#4C202C'

red 76 ◦ green 32 ◦ blue 44

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

Shades of Castro #4C202C

Tints of Castro #4C202C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 28.95%

R = 50%
G = 21.05%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4C202C (or 0x4C202C) is known color: Castro. HEX triplet: 4C, 20 and 2C. RGB value is (76,32,44). Sum of RGB (Red+Green+Blue) = 76+32+44=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C202C is #B3DFD3. Grayscale: #2E2E2E. Windows color (decimal): -11788244 or 2891852. OLE color: 2891852.

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

Color convert

RGB 76 32 44 -
CMYK 0 0.58 0.42 0.70
HSL 343.64º 0.41% 0.21% -
HSV(B) 343.64º 0.58% 0.3% -
XYZ 3.95 2.75 2.71 -
YUV 46.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 76 32 44 0 0.58 0.42 0.70 343.64 0.41 0.21
Hex 4C 20 2C 0 3A 2A 46 158 29 15
Octal 114 40 54 0 72 52 106 530 51 25
Binary 1001100 100000 101100 0 111010 101010 1000110 101011000 101001 10101

Color Harmonies of #4C202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C202C

Black with #4C202C

Text Example


Text Example

White with #4C202C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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