#412213

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

Shades of Brown Pod #412213

Tints of Brown Pod #412213

Color information

#412213 (or 0x412213) is unknown color: approx Brown Pod. HEX triplet: 41, 22 and 13. RGB value is (65,34,19). Sum of RGB (Red+Green+Blue) = 65+34+19=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #412213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412213 is #BEDDEC. Grayscale: #292929. Windows color (decimal): -12508653 or 1253953. OLE color: 1253953.

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

Color convert

RGB653419-
CMYK00.480.710.75
HSL19.57º54.76%16.47%-
HSV(B)19.57º70.77%25.49%-
XYZ2.872.310.91-
YUV41.56115.27144.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 34 (13.67% from 255) = 28.81%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=55.08%
G=28.81%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65341900.480.710.7519.5754.7616.47
Hex412213030474B143710
Octal1014223060107113246720
Binary1000001100010100110110000100011110010111010011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412213; }

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

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

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

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

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

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

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

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