#3F261E

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

Shades of Brown Pod #3F261E

Tints of Brown Pod #3F261E

Color information

#3F261E (or 0x3F261E) is unknown color: approx Brown Pod. HEX triplet: 3F, 26 and 1E. RGB value is (63,38,30). Sum of RGB (Red+Green+Blue) = 63+38+30=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F261E is #C0D9E1. Grayscale: #2C2C2C. Windows color (decimal): -12638690 or 1975871. OLE color: 1975871.

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

Color convert

RGB633830-
CMYK00.400.520.75
HSL14.55º35.48%18.24%-
HSV(B)14.55º52.38%24.71%-
XYZ2.982.541.56-
YUV44.56119.78141.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.09%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=48.09%
G=29.01%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63383000.400.520.7514.5535.4818.24
Hex3F261E028344Bf2312
Octal77463605064113174322
Binary1111111001101111001010001101001001011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,38,30); }

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

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

 a { background-color: rgb(63,38,30); }

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

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

 span { border-color: rgb(63,38,30); }

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