#412C32

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

Shades of Castro #412C32

Tints of Castro #412C32

Color information

#412C32 (or 0x412C32) is unknown color: approx Castro. HEX triplet: 41, 2C and 32. RGB value is (65,44,50). Sum of RGB (Red+Green+Blue) = 65+44+50=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #412C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C32 is #BED3CD. Grayscale: #323232. Windows color (decimal): -12506062 or 3288129. OLE color: 3288129.

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

Color convert

RGB654450-
CMYK00.320.230.75
HSL342.86º19.27%21.37%-
HSV(B)342.86º32.31%25.49%-
XYZ3.663.163.43-
YUV50.96127.46138.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 50 (19.92% from 255) = 31.45%
R=40.88%
G=27.67%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65445000.320.230.75342.8619.2721.37
Hex412C32020174B1571315
Octal1015462040271135272325
Binary100000110110011001001000001011110010111010101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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