#412721

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

Shades of Brown Pod #412721

Tints of Brown Pod #412721

Color information

#412721 (or 0x412721) is unknown color: approx Brown Pod. HEX triplet: 41, 27 and 21. RGB value is (65,39,33). Sum of RGB (Red+Green+Blue) = 65+39+33=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #412721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412721 is #BED8DE. Grayscale: #2E2E2E. Windows color (decimal): -12507359 or 2172737. OLE color: 2172737.

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

Color convert

RGB653933-
CMYK00.400.490.75
HSL11.25º32.65%19.22%-
HSV(B)11.25º49.23%25.49%-
XYZ3.182.681.79-
YUV46.09120.61141.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 39 (15.62% from 255) = 28.47%
BLUE value IS 33 (13.28% from 255) = 24.09%
R=47.45%
G=28.47%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65393300.400.490.7511.2532.6519.22
Hex412721028314Bb2113
Octal101474105061113134123
Binary100000110011110000101010001100011001011101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412721; }

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

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

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

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

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

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

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

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