#462733

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

Shades of Castro #462733

Tints of Castro #462733

Color information

#462733 (or 0x462733) is unknown color: approx Castro. HEX triplet: 46, 27 and 33. RGB value is (70,39,51). Sum of RGB (Red+Green+Blue) = 70+39+51=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #462733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462733 is #B9D8CC. Grayscale: #313131. Windows color (decimal): -12179661 or 3352390. OLE color: 3352390.

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

Color convert

RGB703951-
CMYK00.440.270.73
HSL336.77º28.44%21.37%-
HSV(B)336.77º44.29%27.45%-
XYZ3.852.993.51-
YUV49.64128.77142.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 39 (15.62% from 255) = 24.38%
BLUE value IS 51 (20.31% from 255) = 31.88%
R=43.75%
G=24.38%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70395100.440.270.73336.7728.4421.37
Hex46273302C1B491511c15
Octal1064763054331115213425
Binary100011010011111001101011001101110010011010100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462733; }

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

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

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

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

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

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

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

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