#3F2822

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

Shades of Brown Pod #3F2822

Tints of Brown Pod #3F2822

Color information

#3F2822 (or 0x3F2822) is unknown color: approx Brown Pod. HEX triplet: 3F, 28 and 22. RGB value is (63,40,34). Sum of RGB (Red+Green+Blue) = 63+40+34=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2822 is #C0D7DD. Grayscale: #2E2E2E. Windows color (decimal): -12638174 or 2238527. OLE color: 2238527.

HSL color Cylindrical-coordinate representation of color #3F2822: hue angle of 12.41º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F2822 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB634034-
CMYK00.370.460.75
HSL12.41º29.9%19.02%-
HSV(B)12.41º46.03%24.71%-
XYZ3.12.691.87-
YUV46.19121.12139.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45.99%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 34 (13.67% from 255) = 24.82%
R=45.99%
G=29.20%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63403400.370.460.7512.4129.919.02
Hex3F28220252E4Bc1e13
Octal77504204556113143623
Binary1111111010001000100100101101110100101111001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,40,34); }

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

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

 a { background-color: rgb(63,40,34); }

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

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

 span { border-color: rgb(63,40,34); }

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