#4D2635

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

Shades of Castro #4D2635

Tints of Castro #4D2635

Color information

#4D2635 (or 0x4D2635) is unknown color: approx Castro. HEX triplet: 4D, 26 and 35. RGB value is (77,38,53). Sum of RGB (Red+Green+Blue) = 77+38+53=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2635 is #B2D9CA. Grayscale: #333333. Windows color (decimal): -11721163 or 3483213. OLE color: 3483213.

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

Color convert

RGB773853-
CMYK00.510.310.70
HSL336.92º33.91%22.55%-
HSV(B)336.92º50.65%30.2%-
XYZ4.43.223.76-
YUV51.37128.92146.28-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.83%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=45.83%
G=22.62%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77385300.510.310.70336.9233.9122.55
Hex4D26350331F461512217
Octal1154665063371065214227
Binary1001101100110110101011001111111100011010101000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,38,53); }

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

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

 a { background-color: rgb(77,38,53); }

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

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

 span { border-color: rgb(77,38,53); }

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