#462B33

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

Shades of Castro #462B33

Tints of Castro #462B33

Color information

#462B33 (or 0x462B33) is unknown color: approx Castro. HEX triplet: 46, 2B and 33. RGB value is (70,43,51). Sum of RGB (Red+Green+Blue) = 70+43+51=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #462B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B33 is #B9D4CC. Grayscale: #333333. Windows color (decimal): -12178637 or 3353414. OLE color: 3353414.

HSL color Cylindrical-coordinate representation of color #462B33: hue angle of 342.22º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #462B33 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.73.

Color convert

RGB704351-
CMYK00.390.270.73
HSL342.22º23.89%22.16%-
HSV(B)342.22º38.57%27.45%-
XYZ3.993.273.55-
YUV51.98127.45140.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 51 (20.31% from 255) = 31.10%
R=42.68%
G=26.22%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70435100.390.270.73342.2223.8922.16
Hex462B330271B491561816
Octal1065363047331115263026
Binary100011010101111001101001111101110010011010101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462B33; }

 p { color: rgb(70,43,51); }

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

<style>
 a { background-color: #462B33; }

 a { background-color: rgb(70,43,51); }

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

<style>
 span { border-color: #462B33; }

 span { border-color: rgb(70,43,51); }

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