#462731

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

Shades of Castro #462731

Tints of Castro #462731

Color information

#462731 (or 0x462731) is unknown color: approx Castro. HEX triplet: 46, 27 and 31. RGB value is (70,39,49). Sum of RGB (Red+Green+Blue) = 70+39+49=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #462731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462731 is #B9D8CE. Grayscale: #313131. Windows color (decimal): -12179663 or 3221318. OLE color: 3221318.

HSL color Cylindrical-coordinate representation of color #462731: hue angle of 340.65º 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 #462731 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB703949-
CMYK00.440.300.73
HSL340.65º28.44%21.37%-
HSV(B)340.65º44.29%27.45%-
XYZ3.812.973.28-
YUV49.41127.77142.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 49 (19.53% from 255) = 31.01%
R=44.30%
G=24.68%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70394900.440.300.73340.6528.4421.37
Hex46273102C1E491551c15
Octal1064761054361115253425
Binary100011010011111000101011001111010010011010101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462731; }

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

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

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

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

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

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

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

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