#40170D

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

Shades of Brown Pod #40170D

Tints of Brown Pod #40170D

Color information

#40170D (or 0x40170D) is unknown color: approx Brown Pod. HEX triplet: 40, 17 and 0D. RGB value is (64,23,13). Sum of RGB (Red+Green+Blue) = 64+23+13=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #40170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40170D is #BFE8F2. Grayscale: #222222. Windows color (decimal): -12577011 or 857920. OLE color: 857920.

HSL color Cylindrical-coordinate representation of color #40170D: hue angle of 11.76º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40170D is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB642313-
CMYK00.640.800.75
HSL11.76º66.23%15.1%-
HSV(B)11.76º79.69%25.1%-
XYZ2.491.730.58-
YUV34.12116.08149.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64%
GREEN value IS 23 (9.38% from 255) = 23%
BLUE value IS 13 (5.47% from 255) = 13%
R=64%
G=23%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64231300.640.800.7511.7666.2315.1
Hex4017D040504Bc42f
Octal100271501001201131410217
Binary10000001011111010100000010100001001011110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40170D; }

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

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

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

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

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

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

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

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