#401609

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

Shades of Brown Pod #401609

Tints of Brown Pod #401609

Color information

#401609 (or 0x401609) is unknown color: approx Brown Pod. HEX triplet: 40, 16 and 09. RGB value is (64,22,9). Sum of RGB (Red+Green+Blue) = 64+22+9=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #401609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401609 is #BFE9F6. Grayscale: #212121. Windows color (decimal): -12577271 or 595520. OLE color: 595520.

HSL color Cylindrical-coordinate representation of color #401609: hue angle of 14.18º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401609 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB64229-
CMYK00.660.860.75
HSL14.18º75.34%14.31%-
HSV(B)14.18º85.94%25.1%-
XYZ2.451.680.45-
YUV33.08114.41150.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 67.37%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 9 (3.91% from 255) = 9.47%
R=67.37%
G=23.16%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6422900.660.860.7514.1875.3414.31
Hex40169042564Be4be
Octal100261101021261131611316
Binary10000001011010010100001010101101001011111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401609; }

 p { color: rgb(64,22,9); }

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

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

 a { background-color: rgb(64,22,9); }

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

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

 span { border-color: rgb(64,22,9); }

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