#462532

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

Shades of Castro #462532

Tints of Castro #462532

Color information

#462532 (or 0x462532) is unknown color: approx Castro. HEX triplet: 46, 25 and 32. RGB value is (70,37,50). Sum of RGB (Red+Green+Blue) = 70+37+50=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #462532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462532 is #B9DACD. Grayscale: #303030. Windows color (decimal): -12180174 or 3286342. OLE color: 3286342.

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

Color convert

RGB703750-
CMYK00.470.290.73
HSL336.36º30.84%20.98%-
HSV(B)336.36º47.14%27.45%-
XYZ3.762.863.37-
YUV48.35128.93143.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 50 (19.92% from 255) = 31.85%
R=44.59%
G=23.57%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70375000.470.290.73336.3630.8420.98
Hex46253202F1D491501f15
Octal1064562057351115203725
Binary100011010010111001001011111110110010011010100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462532; }

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

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

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

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

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

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

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

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