#41210C

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

Shades of Brown Pod #41210C

Tints of Brown Pod #41210C

Color information

#41210C (or 0x41210C) is unknown color: approx Brown Pod. HEX triplet: 41, 21 and 0C. RGB value is (65,33,12). Sum of RGB (Red+Green+Blue) = 65+33+12=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #41210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41210C is #BEDEF3. Grayscale: #282828. Windows color (decimal): -12508916 or 794945. OLE color: 794945.

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

Color convert

RGB653312-
CMYK00.490.820.75
HSL23.77º68.83%15.1%-
HSV(B)23.77º81.54%25.49%-
XYZ2.792.240.63-
YUV40.17112.1145.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.09%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 12 (5.08% from 255) = 10.91%
R=59.09%
G=30%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65331200.490.820.7523.7768.8315.1
Hex4121C031524B1845f
Octal10141140611221133010517
Binary100000110000111000110001101001010010111100010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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