#3F2622

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

Shades of Brown Pod #3F2622

Tints of Brown Pod #3F2622

Color information

#3F2622 (or 0x3F2622) is unknown color: approx Brown Pod. HEX triplet: 3F, 26 and 22. RGB value is (63,38,34). Sum of RGB (Red+Green+Blue) = 63+38+34=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2622 is #C0D9DD. Grayscale: #2D2D2D. Windows color (decimal): -12638686 or 2238015. OLE color: 2238015.

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

Color convert

RGB633834-
CMYK00.400.460.75
HSL8.28º29.9%19.02%-
HSV(B)8.28º46.03%24.71%-
XYZ3.032.561.85-
YUV45.02121.78140.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.67%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 34 (13.67% from 255) = 25.19%
R=46.67%
G=28.15%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63383400.400.460.758.2829.919.02
Hex3F26220282E4B81e13
Octal77464205056113103623
Binary1111111001101000100101000101110100101110001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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