#41210A

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

Shades of Brown Pod #41210A

Tints of Brown Pod #41210A

Color information

#41210A (or 0x41210A) is unknown color: approx Brown Pod. HEX triplet: 41, 21 and 0A. RGB value is (65,33,10). Sum of RGB (Red+Green+Blue) = 65+33+10=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #41210A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41210A is #BEDEF5. Grayscale: #282828. Windows color (decimal): -12508918 or 663873. OLE color: 663873.

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

Color convert

RGB653310-
CMYK00.490.850.75
HSL25.09º73.33%14.71%-
HSV(B)25.09º84.62%25.49%-
XYZ2.782.230.57-
YUV39.95111.1145.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.19%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=60.19%
G=30.56%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65331000.490.850.7525.0973.3314.71
Hex4121A031554B1949f
Octal10141120611251133111117
Binary100000110000110100110001101010110010111100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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