#3F2318

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

Shades of Brown Pod #3F2318

Tints of Brown Pod #3F2318

Color information

#3F2318 (or 0x3F2318) is unknown color: approx Brown Pod. HEX triplet: 3F, 23 and 18. RGB value is (63,35,24). Sum of RGB (Red+Green+Blue) = 63+35+24=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2318 is #C0DCE7. Grayscale: #2A2A2A. Windows color (decimal): -12639464 or 1581887. OLE color: 1581887.

HSL color Cylindrical-coordinate representation of color #3F2318: hue angle of 16.92º 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 #3F2318 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB633524-
CMYK00.440.620.75
HSL16.92º44.83%17.06%-
HSV(B)16.92º61.9%24.71%-
XYZ2.822.321.16-
YUV42.12117.78142.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.64%
GREEN value IS 35 (14.06% from 255) = 28.69%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=51.64%
G=28.69%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63352400.440.620.7516.9244.8317.06
Hex3F231802C3E4B112d11
Octal77433005476113215521
Binary11111110001111000010110011111010010111000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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