#412210

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

Shades of Brown Pod #412210

Tints of Brown Pod #412210

Color information

#412210 (or 0x412210) is unknown color: approx Brown Pod. HEX triplet: 41, 22 and 10. RGB value is (65,34,16). Sum of RGB (Red+Green+Blue) = 65+34+16=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #412210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412210 is #BEDDEF. Grayscale: #292929. Windows color (decimal): -12508656 or 1057345. OLE color: 1057345.

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

Color convert

RGB653416-
CMYK00.480.750.75
HSL22.04º60.49%15.88%-
HSV(B)22.04º75.38%25.49%-
XYZ2.852.310.79-
YUV41.22113.77144.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 16 (6.64% from 255) = 13.91%
R=56.52%
G=29.57%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65341600.480.750.7522.0460.4915.88
Hex4122100304B4B163c10
Octal1014220060113113267420
Binary1000001100010100000110000100101110010111011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412210; }

 p { color: rgb(65,34,16); }

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

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

 a { background-color: rgb(65,34,16); }

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

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

 span { border-color: rgb(65,34,16); }

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