#412321

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

Shades of Brown Pod #412321

Tints of Brown Pod #412321

Color information

#412321 (or 0x412321) is unknown color: approx Brown Pod. HEX triplet: 41, 23 and 21. RGB value is (65,35,33). Sum of RGB (Red+Green+Blue) = 65+35+33=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #412321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412321 is #BEDCDE. Grayscale: #2B2B2B. Windows color (decimal): -12508383 or 2171713. OLE color: 2171713.

HSL color Cylindrical-coordinate representation of color #412321: hue angle of 3.75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412321 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB653533-
CMYK00.460.490.75
HSL3.75º32.65%19.22%-
HSV(B)3.75º49.23%25.49%-
XYZ3.062.441.75-
YUV43.74121.94143.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 35 (14.06% from 255) = 26.32%
BLUE value IS 33 (13.28% from 255) = 24.81%
R=48.87%
G=26.32%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65353300.460.490.753.7532.6519.22
Hex41232102E314B42113
Octal10143410566111344123
Binary10000011000111000010101110110001100101110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412321; }

 p { color: rgb(65,35,33); }

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

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

 a { background-color: rgb(65,35,33); }

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

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

 span { border-color: rgb(65,35,33); }

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