#3F241D

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

Shades of Brown Pod #3F241D

Tints of Brown Pod #3F241D

Color information

#3F241D (or 0x3F241D) is unknown color: approx Brown Pod. HEX triplet: 3F, 24 and 1D. RGB value is (63,36,29). Sum of RGB (Red+Green+Blue) = 63+36+29=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F241D is #C0DBE2. Grayscale: #2B2B2B. Windows color (decimal): -12639203 or 1909823. OLE color: 1909823.

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

Color convert

RGB633629-
CMYK00.430.540.75
HSL12.35º36.96%18.04%-
HSV(B)12.35º53.97%24.71%-
XYZ2.92.411.47-
YUV43.27119.95142.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.22%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=49.22%
G=28.12%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63362900.430.540.7512.3536.9618.04
Hex3F241D02B364Bc2512
Octal77443505366113144522
Binary1111111001001110101010111101101001011110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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