#462832

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

Shades of Castro #462832

Tints of Castro #462832

Color information

#462832 (or 0x462832) is unknown color: approx Castro. HEX triplet: 46, 28 and 32. RGB value is (70,40,50). Sum of RGB (Red+Green+Blue) = 70+40+50=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #462832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462832 is #B9D7CD. Grayscale: #323232. Windows color (decimal): -12179406 or 3287110. OLE color: 3287110.

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

Color convert

RGB704050-
CMYK00.430.290.73
HSL340º27.27%21.57%-
HSV(B)340º42.86%27.45%-
XYZ3.863.053.4-
YUV50.11127.94142.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 50 (19.92% from 255) = 31.25%
R=43.75%
G=25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70405000.430.290.7334027.2721.57
Hex46283202B1D491541b16
Octal1065062053351115243326
Binary100011010100011001001010111110110010011010101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462832; }

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

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

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

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

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

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

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

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