#41210F

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

Shades of Brown Pod #41210F

Tints of Brown Pod #41210F

Color information

#41210F (or 0x41210F) is unknown color: approx Brown Pod. HEX triplet: 41, 21 and 0F. RGB value is (65,33,15). Sum of RGB (Red+Green+Blue) = 65+33+15=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41210F is #BEDEF0. Grayscale: #282828. Windows color (decimal): -12508913 or 991553. OLE color: 991553.

HSL color Cylindrical-coordinate representation of color #41210F: hue angle of 21.6º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41210F is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB653315-
CMYK00.490.770.75
HSL21.6º62.5%15.69%-
HSV(B)21.6º76.92%25.49%-
XYZ2.812.250.74-
YUV40.52113.6145.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 15 (6.25% from 255) = 13.27%
R=57.52%
G=29.20%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65331500.490.770.7521.662.515.69
Hex4121F0314D4B163e10
Octal1014117061115113267620
Binary100000110000111110110001100110110010111011011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41210F; }

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

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

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

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

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

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

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

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