#461C2E

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

Shades of Castro #461C2E

Tints of Castro #461C2E

Color information

#461C2E (or 0x461C2E) is unknown color: approx Castro. HEX triplet: 46, 1C and 2E. RGB value is (70,28,46). Sum of RGB (Red+Green+Blue) = 70+28+46=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #461C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C2E is #B9E3D1. Grayscale: #2A2A2A. Windows color (decimal): -12182482 or 3021894. OLE color: 3021894.

HSL color Cylindrical-coordinate representation of color #461C2E: hue angle of 334.29º 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 #461C2E is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB702846-
CMYK00.600.340.73
HSL334.29º42.86%19.22%-
HSV(B)334.29º60%27.45%-
XYZ3.432.332.85-
YUV42.61129.91147.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 28 (11.33% from 255) = 19.44%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=48.61%
G=19.44%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70284600.600.340.73334.2942.8619.22
Hex461C2E03C224914e2b13
Octal1063456074421115165323
Binary1000110111001011100111100100010100100110100111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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