#4C2535

Color #4C2535 Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #4C2535

Tints of Castro #4C2535

Color information

#4C2535 (or 0x4C2535) is unknown color: approx Castro. HEX triplet: 4C, 25 and 35. RGB value is (76,37,53). Sum of RGB (Red+Green+Blue) = 76+37+53=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2535 is #B3DACA. Grayscale: #323232. Windows color (decimal): -11786955 or 3482956. OLE color: 3482956.

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

Color convert

RGB763753-
CMYK00.510.300.70
HSL335.38º34.51%22.16%-
HSV(B)335.38º51.32%29.8%-
XYZ4.283.123.74-
YUV50.48129.42146.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.78%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 53 (21.09% from 255) = 31.93%
R=45.78%
G=22.29%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76375300.510.300.70335.3834.5122.16
Hex4C25350331E4614f2316
Octal1144565063361065174326
Binary1001100100101110101011001111110100011010100111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,37,53); }

 H1.HeaderClassName
 {
   color: #4C2535;
 }
 .AnyTagClassName
 {
   color: #4C2535;
 }
</style>
background-color css

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

 a { background-color: rgb(76,37,53); }

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

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

 span { border-color: rgb(76,37,53); }

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