#3F2315

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

Shades of Brown Pod #3F2315

Tints of Brown Pod #3F2315

Color information

#3F2315 (or 0x3F2315) is unknown color: approx Brown Pod. HEX triplet: 3F, 23 and 15. RGB value is (63,35,21). Sum of RGB (Red+Green+Blue) = 63+35+21=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2315 is #C0DCEA. Grayscale: #292929. Windows color (decimal): -12639467 or 1385279. OLE color: 1385279.

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

Color convert

RGB633521-
CMYK00.440.670.75
HSL20º50%16.47%-
HSV(B)20º66.67%24.71%-
XYZ2.792.311.01-
YUV41.78116.28143.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.94%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=52.94%
G=29.41%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63352100.440.670.75205016.47
Hex3F231502C434B143210
Octal774325054103113246220
Binary111111100011101010101100100001110010111010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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