#412002

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

Shades of Brown Pod #412002

Tints of Brown Pod #412002

Color information

#412002 (or 0x412002) is unknown color: approx Brown Pod. HEX triplet: 41, 20 and 02. RGB value is (65,32,2). Sum of RGB (Red+Green+Blue) = 65+32+2=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #412002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412002 is #BEDFFD. Grayscale: #262626. Windows color (decimal): -12509182 or 139329. OLE color: 139329.

HSL color Cylindrical-coordinate representation of color #412002: hue angle of 28.57º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #412002 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB65322-
CMYK00.510.970.75
HSL28.57º94.03%13.14%-
HSV(B)28.57º96.92%25.49%-
XYZ2.712.160.33-
YUV38.45107.43146.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65.66%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 2 (1.17% from 255) = 2.02%
R=65.66%
G=32.32%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6532200.510.970.7528.5794.0313.14
Hex41202033614B1d5ed
Octal1014020631411133513615
Binary1000001100000100110011110000110010111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412002; }

 p { color: rgb(65,32,2); }

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

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

 a { background-color: rgb(65,32,2); }

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

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

 span { border-color: rgb(65,32,2); }

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