#462432

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

Shades of Castro #462432

Tints of Castro #462432

Color information

#462432 (or 0x462432) is unknown color: approx Castro. HEX triplet: 46, 24 and 32. RGB value is (70,36,50). Sum of RGB (Red+Green+Blue) = 70+36+50=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #462432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462432 is #B9DBCD. Grayscale: #2F2F2F. Windows color (decimal): -12180430 or 3286086. OLE color: 3286086.

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

Color convert

RGB703650-
CMYK00.490.290.73
HSL335.29º32.08%20.78%-
HSV(B)335.29º48.57%27.45%-
XYZ3.732.793.36-
YUV47.76129.26143.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=44.87%
G=23.08%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70365000.490.290.73335.2932.0820.78
Hex4624320311D4914f2015
Octal1064462061351115174025
Binary1000110100100110010011000111101100100110100111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462432; }

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

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

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

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

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

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

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

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