#462C34

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

Shades of Castro #462C34

Tints of Castro #462C34

Color information

#462C34 (or 0x462C34) is unknown color: approx Castro. HEX triplet: 46, 2C and 34. RGB value is (70,44,52). Sum of RGB (Red+Green+Blue) = 70+44+52=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #462C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C34 is #B9D3CB. Grayscale: #343434. Windows color (decimal): -12178380 or 3419206. OLE color: 3419206.

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

Color convert

RGB704452-
CMYK00.370.260.73
HSL341.54º22.81%22.35%-
HSV(B)341.54º37.14%27.45%-
XYZ4.053.353.68-
YUV52.69127.61140.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 44 (17.58% from 255) = 26.51%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=42.17%
G=26.51%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70445200.370.260.73341.5422.8122.35
Hex462C340251A491561716
Octal1065464045321115262726
Binary100011010110011010001001011101010010011010101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,44,52); }

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

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

 a { background-color: rgb(70,44,52); }

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

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

 span { border-color: rgb(70,44,52); }

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