#3F1D12

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

Shades of Brown Pod #3F1D12

Tints of Brown Pod #3F1D12

Color information

#3F1D12 (or 0x3F1D12) is unknown color: approx Brown Pod. HEX triplet: 3F, 1D and 12. RGB value is (63,29,18). Sum of RGB (Red+Green+Blue) = 63+29+18=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1D12 is #C0E2ED. Grayscale: #252525. Windows color (decimal): -12641006 or 1187135. OLE color: 1187135.

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

Color convert

RGB632918-
CMYK00.540.710.75
HSL14.67º55.56%15.88%-
HSV(B)14.67º71.43%24.71%-
XYZ2.61.980.82-
YUV37.91116.76145.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 57.27%
GREEN value IS 29 (11.72% from 255) = 26.36%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=57.27%
G=26.36%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63291800.540.710.7514.6755.5615.88
Hex3F1D12036474Bf3810
Octal773522066107113177020
Binary1111111110110010011011010001111001011111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,29,18); }

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

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

 a { background-color: rgb(63,29,18); }

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

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

 span { border-color: rgb(63,29,18); }

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