#412621

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

Shades of Brown Pod #412621

Tints of Brown Pod #412621

Color information

#412621 (or 0x412621) is unknown color: approx Brown Pod. HEX triplet: 41, 26 and 21. RGB value is (65,38,33). Sum of RGB (Red+Green+Blue) = 65+38+33=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #412621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412621 is #BED9DE. Grayscale: #2D2D2D. Windows color (decimal): -12507615 or 2172481. OLE color: 2172481.

HSL color Cylindrical-coordinate representation of color #412621: hue angle of 9.38º 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 #412621 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB653833-
CMYK00.420.490.75
HSL9.38º32.65%19.22%-
HSV(B)9.38º49.23%25.49%-
XYZ3.152.621.78-
YUV45.5120.95141.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 38 (15.23% from 255) = 27.94%
BLUE value IS 33 (13.28% from 255) = 24.26%
R=47.79%
G=27.94%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65383300.420.490.759.3832.6519.22
Hex41262102A314B92113
Octal101464105261113114123
Binary100000110011010000101010101100011001011100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412621; }

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

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

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

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

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

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

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

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