#4C2836

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

Shades of Castro #4C2836

Tints of Castro #4C2836

Color information

#4C2836 (or 0x4C2836) is unknown color: approx Castro. HEX triplet: 4C, 28 and 36. RGB value is (76,40,54). Sum of RGB (Red+Green+Blue) = 76+40+54=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2836 is #B3D7C9. Grayscale: #343434. Windows color (decimal): -11786186 or 3549260. OLE color: 3549260.

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

Color convert

RGB764054-
CMYK00.470.290.70
HSL336.67º31.03%22.75%-
HSV(B)336.67º47.37%29.8%-
XYZ4.413.323.9-
YUV52.36128.93144.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 44.71%
GREEN value IS 40 (16.02% from 255) = 23.53%
BLUE value IS 54 (21.48% from 255) = 31.76%
R=44.71%
G=23.53%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76405400.470.290.70336.6731.0322.75
Hex4C283602F1D461511f17
Octal1145066057351065213727
Binary100110010100011011001011111110110001101010100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,40,54); }

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

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

 a { background-color: rgb(76,40,54); }

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

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

 span { border-color: rgb(76,40,54); }

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