#40170C

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

Shades of Brown Pod #40170C

Tints of Brown Pod #40170C

Color information

#40170C (or 0x40170C) is unknown color: approx Brown Pod. HEX triplet: 40, 17 and 0C. RGB value is (64,23,12). Sum of RGB (Red+Green+Blue) = 64+23+12=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #40170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40170C is #BFE8F3. Grayscale: #222222. Windows color (decimal): -12577012 or 792384. OLE color: 792384.

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

Color convert

RGB642312-
CMYK00.640.810.75
HSL12.69º68.42%14.9%-
HSV(B)12.69º81.25%25.1%-
XYZ2.491.730.55-
YUV34.01115.58149.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64.65%
GREEN value IS 23 (9.38% from 255) = 23.23%
BLUE value IS 12 (5.08% from 255) = 12.12%
R=64.65%
G=23.23%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64231200.640.810.7512.6968.4214.9
Hex4017C040514Bd44f
Octal100271401001211131510417
Binary10000001011111000100000010100011001011110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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