#46232D

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

Shades of Castro #46232D

Tints of Castro #46232D

Color information

#46232D (or 0x46232D) is unknown color: approx Castro. HEX triplet: 46, 23 and 2D. RGB value is (70,35,45). Sum of RGB (Red+Green+Blue) = 70+35+45=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #46232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46232D is #B9DCD2. Grayscale: #2E2E2E. Windows color (decimal): -12180691 or 2958150. OLE color: 2958150.

HSL color Cylindrical-coordinate representation of color #46232D: hue angle of 342.86º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46232D is Cyan = 0, Magento = 0.5, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB703545-
CMYK00.50.360.73
HSL342.86º33.33%20.59%-
HSV(B)342.86º50%27.45%-
XYZ3.62.692.81-
YUV46.6127.1144.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 35 (14.06% from 255) = 23.33%
BLUE value IS 45 (17.97% from 255) = 30%
R=46.67%
G=23.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70354500.50.360.73342.8633.3320.59
Hex46232D03224491572115
Octal1064355062441115274125
Binary10001101000111011010110010100100100100110101011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46232D; }

 p { color: rgb(70,35,45); }

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

<style>
 a { background-color: #46232D; }

 a { background-color: rgb(70,35,45); }

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

<style>
 span { border-color: #46232D; }

 span { border-color: rgb(70,35,45); }

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