#3F2311

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

Shades of Brown Pod #3F2311

Tints of Brown Pod #3F2311

Color information

#3F2311 (or 0x3F2311) is unknown color: approx Brown Pod. HEX triplet: 3F, 23 and 11. RGB value is (63,35,17). Sum of RGB (Red+Green+Blue) = 63+35+17=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2311 is #C0DCEE. Grayscale: #292929. Windows color (decimal): -12639471 or 1123135. OLE color: 1123135.

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

Color convert

RGB633517-
CMYK00.440.730.75
HSL23.48º57.5%15.69%-
HSV(B)23.48º73.02%24.71%-
XYZ2.752.30.83-
YUV41.32114.28143.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.78%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 17 (7.03% from 255) = 14.78%
R=54.78%
G=30.43%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63351700.440.730.7523.4857.515.69
Hex3F231102C494B173a10
Octal774321054111113277220
Binary111111100011100010101100100100110010111011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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