#411C02

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

Shades of Brown Pod #411C02

Tints of Brown Pod #411C02

Color information

#411C02 (or 0x411C02) is unknown color: approx Brown Pod. HEX triplet: 41, 1C and 02. RGB value is (65,28,2). Sum of RGB (Red+Green+Blue) = 65+28+2=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #411C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C02 is #BEE3FD. Grayscale: #242424. Windows color (decimal): -12510206 or 138305. OLE color: 138305.

HSL color Cylindrical-coordinate representation of color #411C02: hue angle of 24.76º 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 #411C02 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB65282-
CMYK00.570.970.75
HSL24.76º94.03%13.14%-
HSV(B)24.76º96.92%25.49%-
XYZ2.611.960.3-
YUV36.1108.76148.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 68.42%
GREEN value IS 28 (11.33% from 255) = 29.47%
BLUE value IS 2 (1.17% from 255) = 2.11%
R=68.42%
G=29.47%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6528200.570.970.7524.7694.0313.14
Hex411C2039614B195ed
Octal1013420711411133113615
Binary100000111100100111001110000110010111100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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