#461C28

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

Shades of Castro #461C28

Tints of Castro #461C28

Color information

#461C28 (or 0x461C28) is unknown color: approx Castro. HEX triplet: 46, 1C and 28. RGB value is (70,28,40). Sum of RGB (Red+Green+Blue) = 70+28+40=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #461C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C28 is #B9E3D7. Grayscale: #292929. Windows color (decimal): -12182488 or 2628678. OLE color: 2628678.

HSL color Cylindrical-coordinate representation of color #461C28: hue angle of 342.86º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #461C28 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB702840-
CMYK00.600.430.73
HSL342.86º42.86%19.22%-
HSV(B)342.86º60%27.45%-
XYZ3.322.292.27-
YUV41.93126.91148.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.72%
GREEN value IS 28 (11.33% from 255) = 20.29%
BLUE value IS 40 (16.02% from 255) = 28.99%
R=50.72%
G=20.29%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70284000.600.430.73342.8642.8619.22
Hex461C2803C2B491572b13
Octal1063450074531115275323
Binary1000110111001010000111100101011100100110101011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461C28; }

 p { color: rgb(70,28,40); }

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

<style>
 a { background-color: #461C28; }

 a { background-color: rgb(70,28,40); }

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

<style>
 span { border-color: #461C28; }

 span { border-color: rgb(70,28,40); }

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