#3F2418

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

Shades of Brown Pod #3F2418

Tints of Brown Pod #3F2418

Color information

#3F2418 (or 0x3F2418) is unknown color: approx Brown Pod. HEX triplet: 3F, 24 and 18. RGB value is (63,36,24). Sum of RGB (Red+Green+Blue) = 63+36+24=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2418 is #C0DBE7. Grayscale: #2A2A2A. Windows color (decimal): -12639208 or 1582143. OLE color: 1582143.

HSL color Cylindrical-coordinate representation of color #3F2418: hue angle of 18.46º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F2418 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB633624-
CMYK00.430.620.75
HSL18.46º44.83%17.06%-
HSV(B)18.46º61.9%24.71%-
XYZ2.852.381.17-
YUV42.7117.45142.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.22%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=51.22%
G=29.27%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63362400.430.620.7518.4644.8317.06
Hex3F241802B3E4B122d11
Octal77443005376113225521
Binary11111110010011000010101111111010010111001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F2418; }

 p { color: rgb(63,36,24); }

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

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

 a { background-color: rgb(63,36,24); }

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

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

 span { border-color: rgb(63,36,24); }

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