#412003

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

Shades of Brown Pod #412003

Tints of Brown Pod #412003

Color information

#412003 (or 0x412003) is unknown color: approx Brown Pod. HEX triplet: 41, 20 and 03. RGB value is (65,32,3). Sum of RGB (Red+Green+Blue) = 65+32+3=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #412003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412003 is #BEDFFC. Grayscale: #262626. Windows color (decimal): -12509181 or 204865. OLE color: 204865.

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

Color convert

RGB65323-
CMYK00.510.950.75
HSL28.06º91.18%13.33%-
HSV(B)28.06º95.38%25.49%-
XYZ2.712.160.36-
YUV38.56107.93146.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 32 (12.89% from 255) = 32%
BLUE value IS 3 (1.56% from 255) = 3%
R=65%
G=32%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6532300.510.950.7528.0691.1813.33
Hex412030335F4B1c5bd
Octal1014030631371133413315
Binary1000001100000110110011101111110010111110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412003; }

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

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

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

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

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

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

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

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