#3F231B

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

Shades of Brown Pod #3F231B

Tints of Brown Pod #3F231B

Color information

#3F231B (or 0x3F231B) is unknown color: approx Brown Pod. HEX triplet: 3F, 23 and 1B. RGB value is (63,35,27). Sum of RGB (Red+Green+Blue) = 63+35+27=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F231B is #C0DCE4. Grayscale: #2A2A2A. Windows color (decimal): -12639461 or 1778495. OLE color: 1778495.

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

Color convert

RGB633527-
CMYK00.440.570.75
HSL13.33º40%17.65%-
HSV(B)13.33º57.14%24.71%-
XYZ2.852.341.34-
YUV42.46119.28142.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50.4%
GREEN value IS 35 (14.06% from 255) = 28%
BLUE value IS 27 (10.94% from 255) = 21.6%
R=50.4%
G=28%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63352700.440.570.7513.334017.65
Hex3F231B02C394Bd2812
Octal77433305471113155022
Binary1111111000111101101011001110011001011110110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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