#3F2310

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

Shades of Brown Pod #3F2310

Tints of Brown Pod #3F2310

Color information

#3F2310 (or 0x3F2310) is unknown color: approx Brown Pod. HEX triplet: 3F, 23 and 10. RGB value is (63,35,16). Sum of RGB (Red+Green+Blue) = 63+35+16=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2310 is #C0DCEF. Grayscale: #292929. Windows color (decimal): -12639472 or 1057599. OLE color: 1057599.

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

Color convert

RGB633516-
CMYK00.440.750.75
HSL24.26º59.49%15.49%-
HSV(B)24.26º74.6%24.71%-
XYZ2.742.30.79-
YUV41.21113.78143.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 55.26%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 16 (6.64% from 255) = 14.04%
R=55.26%
G=30.70%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63351600.440.750.7524.2659.4915.49
Hex3F231002C4B4B183bf
Octal774320054113113307317
Binary11111110001110000010110010010111001011110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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