#411C00

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

Shades of Brown Pod #411C00

Tints of Brown Pod #411C00

Color information

#411C00 (or 0x411C00) is unknown color: approx Brown Pod. HEX triplet: 41, 1C and 00. RGB value is (65,28,0). Sum of RGB (Red+Green+Blue) = 65+28+0=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #411C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C00 is #BEE3FF. Grayscale: #242424. Windows color (decimal): -12510208 or 7233. OLE color: 7233.

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

Color convert

RGB65280-
CMYK00.5710.75
HSL25.85º100%12.75%-
HSV(B)25.85º100%25.49%-
XYZ2.61.950.24-
YUV35.87107.76148.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.89%
GREEN value IS 28 (11.33% from 255) = 30.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.89%
G=30.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6528000.5710.7525.8510012.75
Hex411C0039644B1a64d
Octal1013400711441133214415
Binary10000011110000111001110010010010111101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411C00; }

 p { color: rgb(65,28,0); }

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

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

 a { background-color: rgb(65,28,0); }

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

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

 span { border-color: rgb(65,28,0); }

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