#402621

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

Shades of Brown Pod #402621

Tints of Brown Pod #402621

Color information

#402621 (or 0x402621) is unknown color: approx Brown Pod. HEX triplet: 40, 26 and 21. RGB value is (64,38,33). Sum of RGB (Red+Green+Blue) = 64+38+33=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #402621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402621 is #BFD9DE. Grayscale: #2D2D2D. Windows color (decimal): -12573151 or 2172480. OLE color: 2172480.

HSL color Cylindrical-coordinate representation of color #402621: hue angle of 9.68º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #402621 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB643833-
CMYK00.410.480.75
HSL9.68º31.96%19.02%-
HSV(B)9.68º48.44%25.1%-
XYZ3.082.591.78-
YUV45.2121.11141.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 33 (13.28% from 255) = 24.44%
R=47.41%
G=28.15%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64383300.410.480.759.6831.9619.02
Hex402621029304Ba2013
Octal100464105160113124023
Binary100000010011010000101010011100001001011101010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402621; }

 p { color: rgb(64,38,33); }

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

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

 a { background-color: rgb(64,38,33); }

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

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

 span { border-color: rgb(64,38,33); }

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