#401709

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

Shades of Brown Pod #401709

Tints of Brown Pod #401709

Color information

#401709 (or 0x401709) is unknown color: approx Brown Pod. HEX triplet: 40, 17 and 09. RGB value is (64,23,9). Sum of RGB (Red+Green+Blue) = 64+23+9=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #401709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401709 is #BFE8F6. Grayscale: #212121. Windows color (decimal): -12577015 or 595776. OLE color: 595776.

HSL color Cylindrical-coordinate representation of color #401709: hue angle of 15.27º 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 #401709 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB64239-
CMYK00.640.860.75
HSL15.27º75.34%14.31%-
HSV(B)15.27º85.94%25.1%-
XYZ2.471.720.46-
YUV33.66114.08149.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 66.67%
GREEN value IS 23 (9.38% from 255) = 23.96%
BLUE value IS 9 (3.91% from 255) = 9.38%
R=66.67%
G=23.96%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6423900.640.860.7515.2775.3414.31
Hex40179040564Bf4be
Octal100271101001261131711316
Binary10000001011110010100000010101101001011111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401709; }

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

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

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

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

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

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

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

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