#402C32

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

Shades of Castro #402C32

Tints of Castro #402C32

Color information

#402C32 (or 0x402C32) is unknown color: approx Castro. HEX triplet: 40, 2C and 32. RGB value is (64,44,50). Sum of RGB (Red+Green+Blue) = 64+44+50=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #402C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C32 is #BFD3CD. Grayscale: #323232. Windows color (decimal): -12571598 or 3288128. OLE color: 3288128.

HSL color Cylindrical-coordinate representation of color #402C32: hue angle of 342º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #402C32 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB644450-
CMYK00.310.220.75
HSL342º18.52%21.18%-
HSV(B)342º31.25%25.1%-
XYZ3.593.123.43-
YUV50.66127.63137.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 44 (17.58% from 255) = 27.85%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=40.51%
G=27.85%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64445000.310.220.7534218.5221.18
Hex402C3201F164B1561315
Octal1005462037261135262325
Binary10000001011001100100111111011010010111010101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402C32; }

 p { color: rgb(64,44,50); }

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

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

 a { background-color: rgb(64,44,50); }

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

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

 span { border-color: rgb(64,44,50); }

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