#401C02

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

Shades of Brown Pod #401C02

Tints of Brown Pod #401C02

Color information

#401C02 (or 0x401C02) is unknown color: approx Brown Pod. HEX triplet: 40, 1C and 02. RGB value is (64,28,2). Sum of RGB (Red+Green+Blue) = 64+28+2=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #401C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C02 is #BFE3FD. Grayscale: #232323. Windows color (decimal): -12575742 or 138304. OLE color: 138304.

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

Color convert

RGB64282-
CMYK00.560.970.75
HSL25.16º93.94%12.94%-
HSV(B)25.16º96.88%25.1%-
XYZ2.541.920.3-
YUV35.8108.93148.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.09%
GREEN value IS 28 (11.33% from 255) = 29.79%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=68.09%
G=29.79%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6428200.560.970.7525.1693.9412.94
Hex401C2038614B195ed
Octal1003420701411133113615
Binary100000011100100111000110000110010111100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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