#462730

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

Shades of Castro #462730

Tints of Castro #462730

Color information

#462730 (or 0x462730) is unknown color: approx Castro. HEX triplet: 46, 27 and 30. RGB value is (70,39,48). Sum of RGB (Red+Green+Blue) = 70+39+48=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #462730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462730 is #B9D8CF. Grayscale: #313131. Windows color (decimal): -12179664 or 3155782. OLE color: 3155782.

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

Color convert

RGB703948-
CMYK00.440.310.73
HSL342.58º28.44%21.37%-
HSV(B)342.58º44.29%27.45%-
XYZ3.782.973.17-
YUV49.29127.27142.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=44.59%
G=24.84%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70394800.440.310.73342.5828.4421.37
Hex46273002C1F491571c15
Octal1064760054371115273425
Binary100011010011111000001011001111110010011010101111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462730; }

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

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

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

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

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

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

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

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