Html Css Color HEX #4C2032 Castro

📋 copy color: '#4C2032'

red 76 ◦ green 32 ◦ blue 50

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

Shades of Castro #4C2032

Tints of Castro #4C2032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 31.65%

R = 48.1%
G = 20.25%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4C2032 (or 0x4C2032) is known color: Castro. HEX triplet: 4C, 20 and 32. RGB value is (76,32,50). Sum of RGB (Red+Green+Blue) = 76+32+50=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2032 is #B3DFCD. Grayscale: #2F2F2F. Windows color (decimal): -11788238 or 3285068. OLE color: 3285068.

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

Color convert

RGB 76 32 50 -
CMYK 0 0.58 0.34 0.70
HSL 335.45º 0.41% 0.21% -
HSV(B) 335.45º 0.58% 0.3% -
XYZ 4.07 2.8 3.34 -
YUV 47.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 76 32 50 0 0.58 0.34 0.70 335.45 0.41 0.21
Hex 4C 20 32 0 3A 22 46 14F 29 15
Octal 114 40 62 0 72 42 106 517 51 25
Binary 1001100 100000 110010 0 111010 100010 1000110 101001111 101001 10101

Color Harmonies of #4C2032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2032

Black with #4C2032

Text Example


Text Example

White with #4C2032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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